mirror of
https://github.com/Melon-Bread/EagleJab
synced 2025-02-17 21:53:03 -05:00
16 lines
503 B
Markdown
16 lines
503 B
Markdown
# FalconPunch
|
|
Additional features added to Falcon Punch.
|
|
|
|
#### Supports Both Python 2 & Python 3
|
|
* Python 3 Users: *FalconPunch.py --cia Game.cia --ip 192.168.123*
|
|
* Python 2 Users: *FalconPunch2.py --cia Game.cia --ip 192.168.123*
|
|
|
|
#### Requirements:
|
|
* [Python](https://www.python.org/downloads/)
|
|
* [easygui](https://pypi.python.org/pypi/easygui) - For GUI components
|
|
* You can easily install this by typing in the following into the Terminal or Command Prompt:
|
|
```
|
|
pip install easygui
|
|
```
|
|
|