More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Vita Homebrew PC Tools (Developments) - GameBrew | |title=Vita Homebrew PC Tools (Developments) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=cpythonvita2.png | ||
|image_alt=cpython-vita | |image_alt=cpython-vita | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=cpython-vita | |title=cpython-vita | ||
|image= | |image=cpythonvita2.png | ||
|description=Python 3.11.1 and 2.7.18 Interpreters and Librarys for the PS Vita. | |description=Python 3.11.1 and 2.7.18 Interpreters and Librarys for the PS Vita. | ||
|author=SonicMastr | |author=SonicMastr | ||
Line 29: | Line 29: | ||
==Credits== | ==Credits== | ||
Big thanks to Cuevavirus for the base that he laid out for the entire port. | |||
== External links == | == External links == |
Revision as of 02:13, 19 Ocak 2023
cpython-vita | |
---|---|
General | |
Author | SonicMastr |
Type | Developments |
Version | 1.0 |
License | Mixed |
Last Updated | 2021/10/26 |
Links | |
Download | |
Website | |
Source | |
Python 2.7.18 Interpreters and Librarys for the PS Vita.
Some small features have been stripped, but most IO functions, Networking functions, and module importing function are present, with support for Cython modules by building along with the Python 2.7 library.
This will allow devs to be able to integrate a Python interpreter in their previous or new projects with an easy to use C library, and can be easily used to create a full vita specific python module for even more advanced control over the Vita from the comfort of a python script.
Included in the repo is a simple example of a Youtube-dl (not included in the repo modules) python script to download Rick Astley's "Never Gonna Give You Up". But you may find that you can actually edit the python file within the VPK to download a video of your choice or even write your own simple Python programs.
For devs, building is a simple as installing DolceSDK and running the build_vita.sh script. Make sure you also have python 2.7.18 installed.
Credits
Big thanks to Cuevavirus for the base that he laid out for the entire port.