winpython 2.0
A downloadable os
TIP:If You Want To Use It Install Python
Status | Released |
Category | Other |
Author | tobyjohndev |
Install instructions
Make A File Called Winpython2
If You Saw It On Itch Download the .py Files
Development log
- WINPY DEVLOGMar 29, 2022
Comments
Log in with itch.io to leave a comment.
Hey, upon downloading, I immediatley found errors. Luckily, since it was a PY file I was able to fix them.
First off: There are multiple files that wont do anything
-----------| to fix this I combined it all into one single main.py file
second off: When running a command such as "version" or even just opening it, it immediatley closes. This is because you never told the program to stay open.
-----------| I also fixed that by creating a 'While True:' loop, an infinite loop.
I also added more commands which you do by doing 'elif search == "blahblah":'
The new code (for ONE file only) is:
keep in mind this is just one python file and there should not be any more than that!