This Python script allows you to create mnemonic phrases and continuously saves them in the seed.txt file. After every 100 generated mnemonic phrases, a message is shown asking if you want to continue. This application helps in generating phrases for storing cryptographic seed keys, making it easier to remember complex sequences.
Follow these simple steps to download and run the application.
Install Dependencies (Optional) If you want to run the script directly, you may need to install Python and some dependencies. This is generally only necessary for users who wish to modify or extend the script.
pip install mnemonic
python random_mnemonic_generator.py
To start creating mnemonic phrases, visit this page to download. Choose the latest version, and follow the instructions above to get started.
seed.txt file for easy access.Once you run the application, it will prompt you with easy-to-understand messages. You will see how many mnemonic phrases have been generated and how many are in the seed.txt file.
To generate more phrases: Simply reply βyesβ or press Enter to continue after being prompted.
To stop generating phrases: Input βnoβ when asked if you want to continue.
If you encounter any issues running this script, consider the following:
This project is licensed under the MIT License. You can modify and use this software according to the license terms.
For feedback or support, please create an issue in this repository. We aim to respond to all inquiries within a few days.