v0.5.0-alpha: New PyNX Menu
Pre-release
Pre-release
·
30 commits
to master
since this release
- When launching PyNX, you will now be greeted with a menu that allows you to select the Python program you want to launch
- Python homebrew applications are now placed in the /switch/ directory on the SD card
- Python homebrew applications can be a single
.py
file or a directory containing amain.py
file - Python homebrews can of course import each other, as long as the homebrew they're trying to import is installed
- Miscellaneous controller input fixes