mirror of
https://github.com/Melon-Bread/EagleJab
synced 2024-11-24 20:28:19 -05:00
24 lines
827 B
Markdown
24 lines
827 B
Markdown
# FalconPunch
|
|
Additional features & GUI added to Falcon Punch
|
|
Supports **both** Python 2 & Python 3.
|
|
|
|
## 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`
|
|
|
|
## Usage:
|
|
* In a Terminal or Command Prompt type:
|
|
`python FalconPunch.py --cia Game.cia --ip 192.168.123`
|
|
* Double click FalconPunch.py (assuming .py files associated with python), and it will ask you what information it needs.
|
|
|
|
## Screenshots
|
|
* Asking for .CIA:
|
|
![OpenFileDialog](http://i.imgur.com/yPfRIk1.png)
|
|
|
|
* Asking for 3DS' IP:
|
|
![InputDialog](http://i.imgur.com/tj1PH95.png)
|
|
|
|
* Transfer Confirmation:
|
|
![MesseageBox](http://i.imgur.com/sElRpWA.png) |