A general-purpose wallet generator, for supported coins only

A general-purpose generator for keys. Designed for all cryptocurrencies supporting the Bitcoin format of keys and addresses.
Functions
To enable functions:
Functions:
./main.py GET # GET will get either a new key if the database is found, or will make a new key object
./main.py DELETE # DELETE will delete a key if the database is found
TODO
GitHub