nnn1590 / uGecko

Python library for TCPGecko

Home Page:https://pypi.org/project/ugecko/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Python library for TCPGecko

https://pypi.org/project/ugecko/

License:MIT License


Languages

Language:Python 100.0%