You are browsing as a guest. Sign up (or log in) to start making projects!

8h 2m 40s logged

[this will be a longer devlog]. So what are these 2 things, and what do they have to do with stylized docs, glad you asked. After designing a stylized help func, I made a main menu / repl that shows you the names of all the functions and you can type the name to see its stylized doc card. The first img shows all of the names of the functions in my module currently, the second shows all of the helper funcs / commands in the repl. (not all are implemented, but most are). The main features I like are that it’s stateful with a back command, and the .run command which lets you run the example code right there. I uploaded a long form video to my YT channel if you want to see it in action: https://youtu.be/niP3qDd2KkY

0
70

Comments 2

@max_silly

Awesome stuff, as always!

@max_silly

As someone who is actively building a project and dreads having to build a TUI for it, something like this would be great if my project were to be in Python!