Version | v0.6.0-alpha |
Zip size | 7,448 KiB |
License | ISC License |
Updated | 09/08/2018 |
Downloads | 13,755 |
MD5 | 458cbc07e0a93ae85be3f72a59908655 |
nx-python is an ecosystem for developing and running Python homebrew applications on the Nintendo Switch.PyNX serves as the entry point to running Python apps on your Switch. It is a homebrew app that contains a port of the CPython interpreter and allows you to run Python applications from the Homebrew Menu.
The _nx module provides a low-level wrapper around libnx.
The nx package allows you to use Switch-specific functionalities, such as controller input and filesystem access, in your Python apps.
Python 3.5 is supported.
This release largely simplifies loading and distributing Python homebrew apps. 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 and can be a single .py file or a directory containing a main.py file. Python homebrews can also import each other, as long as the homebrew they're trying to import is installed.
0.5.2
added threading support
0.6.0
Imgui and Pyimgui support Documentation : http://pyimgui.readthedocs.io/en/latest/index.html
Urllib works properly now
New python file launcher