ASCII FLOWCHART

ASCII FLOWCHART Used AI

6 devlogs
10h 19m
•  Ship certified
Created by Anirudh

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

Timeline

Ship 1

0 payouts of shell 0 shells

Anirudh

about 1 month ago

Anirudh Covers 6 devlogs and 10h 19m

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.

Update attachment

Created the functionality to edit the flowcharts and removed the asking number of nodes part

Added the readme

Update attachment

Created major functionalities

Completed all the internal mechanism of creating the Flowcharts, all done with python classes, faced alot issue with the formatting

Update attachment

Created the Classes for graph and nodes and made it to render the flowchart

Update attachment