Hi! This is a command line tool that helps you draw flowcharts in your terminal using only text
You know those boxes and arrows that show what happens next? Yeah this makes those!
It's like drawing a map of your ideas
And then connect them with arrows to show what happens first, next, last
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I added the export flowchart to svg functionality, I spent more then a hour trying to find about generating a png but I was not successful in doing it idk it was requiring different things as per operating system so I had to limit myself to the svg format. I also added preview of the flowchart with each change.
Created the functionality to edit the flowcharts and removed the asking number of nodes part
Completed all the internal mechanism of creating the Flowcharts, all done with python classes, faced alot issue with the formatting