More actions
(Created page with "{{Infobox PSP Homebrews |title=PyPlayer |image=pyplayerpsp.png |description=Run Python script on the console. |author=Fantasymaster, Bigboss |lastupdated=2007/06/21 |type=Other |format= |version=0.1 |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/pyplayerpsp.7z |website=http://forums.qj.net/psp-development-forum/111731-release-pyplayer-0-1-fantasymaster-bigboss.html |source= }} PyPlayer is a homebrew that allows users to run python script on the PSP. Based...") |
No edit summary |
||
Line 12: | Line 12: | ||
|website=http://forums.qj.net/psp-development-forum/111731-release-pyplayer-0-1-fantasymaster-bigboss.html | |website=http://forums.qj.net/psp-development-forum/111731-release-pyplayer-0-1-fantasymaster-bigboss.html | ||
|source= | |source= | ||
}} | }}<!--crash in hardware?--> | ||
PyPlayer is a homebrew that allows users to run python script on the PSP. Based on [[PSP-Python|pspython]] by Fraca7. | PyPlayer is a homebrew that allows users to run python script on the PSP. Based on [[PSP-Python|pspython]] by Fraca7. | ||
Latest revision as of 13:17, 20 October 2024
PyPlayer | |
---|---|
General | |
Author | Fantasymaster, Bigboss |
Type | Other |
Version | 0.1 |
License | Mixed |
Last Updated | 2007/06/21 |
Links | |
Download | |
Website | |
PyPlayer is a homebrew that allows users to run python script on the PSP. Based on pspython by Fraca7.
The concept is based on Lua Player and has a file browser (that filters only directories and .py script). It also has a secondary module that clears the namespace module after a script launch. This module will delete all .pyc compiled files in the loaded script's directory (this cause slow speed in loading and deleting modules generated from the script).
When you exit from a script you'll return immediately in pyPlayer main screen, and you'll be ready to launch another script without return to XMB.
Features
- Refresh directory.
- Dynamic import/clearing modules in namespace.
- File browser (not totally working).
- Screenshot mode (pressing triangle).
- Help mode (pressing circle).
- Dynamic reloading of all modules.
- Dynamic deleting of .pyc files.
- .py loader.
Installation
Copy python folder in ms0.
Copy psp folder in ms0.
Note:
- Scripts named "script.py" will be ignored by the loader (to prevent incompatibilities with script.py main instance of pspython by fraca7).
- The file browser is incomplete and can view only 49 items in cwd (files and/or directories).
- Some script may freeze when repeatedly loaded.
Screenshots
Credits
Development team:
- Fantasymaster (from psp-ita.com)
- Bigboss (from psp-ita.com)