I hereby claim:
- I am hfaran on github.
- I am hfaran (https://keybase.io/hfaran) on keybase.
- I have a public key whose fingerprint is 63AA 2552 3724 E9D7 8184 EADA 1ACD E23E 8B14 A872
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
from hashlib import sha1 | |
import click # pip install click | |
@click.command() | |
@click.option('-i', '--input-program', required=True, | |
help="Path to 12563110.program2.exe", type=click.Path()) | |
@click.option('-o', '--output-program', required=True, | |
help="Path to new 12563110.program2.exe to write", |
# Inspired by: | |
# - https://gist.github.com/jegger/9549865 | |
#### Some hints #### | |
# Currently kivy apps only work on monitor 1 (multiple monitor setup) | |
# You have to place the terminal which runs kivy on the monitor 1 or make the app fullscreen. | |
# Make sure you have the "command line tools" for mavericks installed! | |
# (xcode-select --install) |