Skip to content

vincent-coding/uGecko

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uGecko

Python library for use with TCPGecko. Requires kernel exploit to use.

(WARNING: Tested on Python 3.8 to 3.9).
You can find examples in the folder examples.

Install

To install it you just have to do:

python3 -m pip install uGecko

But if you want to have all the functionality and those in advance, it is recommended to run these commands:

git clone https://github.com/vincent-coding/uGecko && cd uGecko

and

python3 setup.py install

Credits

NWPlayer123, wj44, and wiiudev for pyGecko
Chadderz and Marionumber1 for TCPGecko codehandler
BullyWiiPlaza for the current version of TCPGecko
VCoding for this modified version of pyGecko, specially designed for the TCPGecko version of BullyWiiPlaza.