This Python script creates a mnemonic expression and allows the user to continuously generate expressions and save them in a file called seed.txt
.
- Python
-
Clone the repository:
git clone https://github.com/pizdelor/Mnemonic-Phrase-Generator.git
cd Mnemonic-Phrase-Generator
-
Install the required Python libraries:
pip install -r requirements.txt
Run the script using Python:
python generator.py
- After every 100 generated mnemonic phrases, the script prompts the user with a message asking if they want to continue generating more phrases. Respond with 'y' to continue or any other key to terminate the loop. Optionally, you can change the value of 100.
The generated mnemonic phrases are appended to the seed.txt
file in the project directory.
This Project is for Educational Purposes. I am not responsible for any situation that may occur.
Feel free to contribute by forking the repository and submitting pull requests.
This project is licensed under the MIT License.