mirror of
https://github.com/Melon-Bread/EagleJab
synced 2024-11-24 20:28:19 -05:00
Added Usage & Screenshots
This commit is contained in:
parent
c77a77d621
commit
f635c5bf0b
27
README.md
27
README.md
@ -1,15 +1,24 @@
|
||||
# FalconPunch
|
||||
Additional features added to Falcon Punch.
|
||||
Additional features & GUI added to Falcon Punch
|
||||
Supports **both** Python 2 & Python 3.
|
||||
|
||||
#### 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:
|
||||
## 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
|
||||
```
|
||||
`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)
|
Loading…
Reference in New Issue
Block a user