Introducing RetroFlow: ASCII Flow Charts for Python

I cleaned up local scripts that I had been repeatedly using and I'm releasing it as a new python package named `RetroFlow`. It makes beautiful, minimalist ASCII flow charts from simple strings like the following. It supports title banners, complex cycles, and more. simple_diagram = """ A -> B B -> C C -> D C -> E E -> A """ Beyond their cool, retro look straight out of the "golden age of computing" era, they have a real advantage now that agentic software engineering has become the norm: These ASCII, pure text diagrams can happily live inline with: PRs and other technical settings. Yes, agents can read images, but in my experience they more easily internalize these tiny representations (vs an image or full deck). Yes, you could just have agents read from things like the code block above but this is a visual format both people and agents can easily understand. Let me know what you think! Blog post: https://lnkd.in/euPzKegk GitHub: https://lnkd.in/ekw-RAEg PyPi: https://lnkd.in/etPvPvVU #Python #AI #DataVisualization #OpenSource

  • No alternative text description for this image

Very cool project, I will check it out! How long did it take you to build?

OMG I LOVE YOUR BLOG THEME!!!!!

See more comments

To view or add a comment, sign in

Explore content categories