PyGecko Wii U: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox WiiU Homebrews |title=PyGecko |image=NIL.png |description=Python library for use with TCPGecko. |author=NWPlayer123 |lastupdated=2016/06/16 |format=py |type=PC Utilities |version=2016 |license=MIT |download=https://dlhb.gamebrew.org/wiiuhomebrews/pyGecko.zip |website=https://gbatemp.net/threads/pygecko-and-tcpgecko-in-5-5-x-installation.425464/ |source=https://github.com/wiiudev/pyGecko |donation= }} <!--bin: github--> <!--date:..." |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox WiiU Homebrews | {{Infobox WiiU Homebrews | ||
|title=PyGecko | |title=PyGecko | ||
|image= | |image=wiiu2.png | ||
|description=Python library for use with TCPGecko. | |description=Python library for use with TCPGecko. | ||
|author=NWPlayer123 | |author=NWPlayer123 | ||
|lastupdated=2016/06/16 | |lastupdated=2016/06/16 | ||
|format=py | |format=py | ||
|type= | |type=Hack Utilities | ||
|version=2016 | |version=2016 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/wiiuhomebrews/pyGecko.zip | |download=https://dlhb.gamebrew.org/wiiuhomebrews/pyGecko.zip | ||
|website=https:// | |website=https://github.com/wiiudev/pyGecko | ||
|source=https://github.com/wiiudev/pyGecko | |source=https://github.com/wiiudev/pyGecko | ||
|donation= | |donation= | ||
| Line 22: | Line 22: | ||
* octoling.py - A sample script demonstrating the library's usage. It showcases swapping the Inkling model with Octolings in Splatoon and editing money. | * octoling.py - A sample script demonstrating the library's usage. It showcases swapping the Inkling model with Octolings in Splatoon and editing money. | ||
* common.py - Another library to simplify working with the code. | * common.py - Another library to simplify working with the code. | ||
* codehandler - Located in /codehandler. Run make | * codehandler - Located in /codehandler. Run make. | ||
== Media == | == Media == | ||
Latest revision as of 11:40, 23 May 2024
| PyGecko | |
|---|---|
| General | |
| Author | NWPlayer123 |
| Type | Hack Utilities |
| Version | 2016 |
| License | MIT License |
| Last Updated | 2016/06/16 |
| Links | |
| Download | |
| Website | |
| Source | |
Python library for use with TCPGecko. Requires kernel exploit to use.
Files:
- tcpgecko.py - The main library for use with TCPGecko. Can be used in IDLE (tested on Python 2).
- octoling.py - A sample script demonstrating the library's usage. It showcases swapping the Inkling model with Octolings in Splatoon and editing money.
- common.py - Another library to simplify working with the code.
- codehandler - Located in /codehandler. Run make.
Media
[Wii U] Installing Python27 & Running Interactive TCPGecko Session (BullyWiiPlaza)
[Wii U] PyGecko Codehandler Freezes Black Ops 2 (BullyWiiPlaza)
[Wii U] Compiling PyGecko Installer [TCP Gecko.NET Codehandler] (BullyWiiPlaza)
Credits
- Python library - NWPlayer123.
- TCPGecko codehandler - Chadderz, Marionumber1.
External links
- GitHub - https://github.com/wiiudev/pyGecko