Go to file
987123879113 492637ae40 Python doesn't like e.message 2021-09-23 09:33:20 +09:00
.gitignore Initial commit 2021-09-23 01:48:14 +09:00
LICENSE Initial commit 2021-09-23 01:48:14 +09:00
README.md Update readme 2021-09-23 09:19:47 +09:00
index.html Lower the minimum input string requirements 2021-09-23 09:25:39 +09:00
keygen.py Try to improve errors 2021-09-23 09:18:53 +09:00
kicpass.js Python doesn't like e.message 2021-09-23 09:33:20 +09:00
kicpass.py Python doesn't like e.message 2021-09-23 09:33:20 +09:00

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')"