pyASCII is Python script/game launcher that displays in the CLI.
One day I was super bored at school. I thought of an idea to make some stupid stuff in python. The next day during study hall, I opened my Chromebook, went to GDB Online Debugger and wrote some random stuff in Python 3.
I later felt that it would be cool to have a kind of script launcher to list all of this random shit and let a user choose what they wanted to run. I then opened the VSCode.dev web app and got to work, now, here we are.
- Support for resolutions lower than 80 columns.
- Users are able to add their own scripts and apps to a list of repositories, this Github Topic, that other users would be able download and run with a short command.
- pyASCII acts as an app/script manager/launcher.
This means that it can launch any scripts or apps that you put in
the
apps/subdirectory.