You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
987123879113 492637ae40 Python doesn't like e.message 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Update readme 2 years ago
index.html Lower the minimum input string requirements 2 years ago
keygen.py Try to improve errors 2 years ago
kicpass.js Python doesn't like e.message 2 years ago
kicpass.py Python doesn't like e.message 2 years ago

README.md

euromix_irpass

Dancing Stage Euromix - Internet Challenge password generator

Web version: https://987123879113.github.io/euromix_irpass/

Usage

usage: keygen.py [-h] [--license LICENSE]

optional arguments:
  -h, --help            show this help message and exit
  --license LICENSE, -k LICENSE
                        Machine license key

Building Javascript

Note: pscript is required to build the kicpass.js file required for the webpage.

python3 -c "import pscript; pscript.script2js('kicpass.py')"