FlowStruct is an innovative tool that helps users visualize the flow of logic control in their code. Users can paste code snippets into the platform, and FlowStruct identifies the programming language (though not always 100% accurate) and generates an interactive flowchart to represent the code’s structure. In addition, users can view additional information about the code and download both the flowchart and the original code snippet.
- FlowStruct - Code Flow Chart Generator: flowstruct.vercel.app
- Code Flowchart: Automatically generates an interactive flowchart showing the logic flow of your code.
- Code Snippet Recognition: Paste any code snippet and let FlowStruct identify the language and display its flow.
- Code Details: View extra information about the pasted code to help you understand its structure.
- Download Options: Download both the flowchart and the original code snippet for further use.
To use FlowStruct, clone this repository to your local machine:
git clone https://github.com/Relacosm/FlowStruct.git
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all the contributors who make this project possible.
- Special thanks to the creators of the libraries and frameworks that help power this tool.