Pynx by AileenLumina - Homebrew App Store (switch)
Back

App Store IconHomebrew App Store (switch)

Pynx
by AileenLumina

Pynx icon
    Versionv0.6.0-alpha
    Zip size7,448 KiB
    LicenseISC License
    Updated09/08/2018
    Downloads13,755
    MD5458cbc07e0a93ae85be3f72a59908655

App Details

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.

Changelog


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