1
0
mirror of https://github.com/Melon-Bread/EagleJab synced 2024-11-24 20:28:19 -05:00

Removed easygui requirement

This commit is contained in:
Rain Clark 2015-05-01 17:47:17 -04:00
parent d524e837c5
commit 3e1c40793c

View File

@ -4,13 +4,11 @@ Supports **both** Python 2 & Python 3.
## Requirements: ## Requirements:
* [Python](https://www.python.org/downloads/) * [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: ## Usage:
* In a Terminal or Command Prompt type: * In a Terminal or Command Prompt type:
`python FalconPunch.py --cia Game.cia --ip 192.168.123` `python FalconPunch.py --cia Game.cia --ip 192.168.123`
(Python 2 users need to use the `FalconPunch2.py` script)
* Double click FalconPunch.py (assuming .py files associated with python), and it will ask you what information it needs. * Double click FalconPunch.py (assuming .py files associated with python), and it will ask you what information it needs.
## Screenshots ## Screenshots