GPT Flowchart Tool is a simple and user-friendly application for creating flowcharts. It takes in description of flowchart and creates flowcharts based on those description.
Add GPT token at: '''/src/config/config.ini'''
Install graphviz:
Ubuntu: Run ./install_graphviz.sh
Windows: Download graphviz: https://graphviz.org/download/
- Search for "Environment Variables" in the Start menu and open the "Edit the system environment variables" option.
- Click on the "Environment Variables" button at the bottom of the System Properties window.
- Under "System Variables", find the "Path" variable and click "Edit".
- Click "New" and add the path to the "bin" directory of your Graphviz installation (e.g. "C:\Program Files\Graphviz\bin").
- Click "OK" to close all windows and save the changes.
"pip install -r requirements.txt"
- Install "make install"
- Run tool using "make run"
- Add description in left text input box and hit build flowchart
This project is licensed under the MIT License. See the LICENSE file for more details.