Skip to content

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 the user if they want to continue.

License

Notifications You must be signed in to change notification settings

Mee-To/Random-Mnemonic-Phrase-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mnemonic Phrase Creator

This Python script creates a mnemonic expression and allows the user to continuously generate expressions and save them in a file called seed.txt.

Requirements

  • Python

Installation

  1. Clone the repository:

    git clone https://github.com/pizdelor/Mnemonic-Phrase-Generator.git
    cd Mnemonic-Phrase-Generator
    
  2. Install the required Python libraries:

    pip install -r requirements.txt

Usage

Run the script using Python:

python generator.py

Options

  • 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.

Note

The generated mnemonic phrases are appended to the seed.txt file in the project directory.

Disclaimer

This Project is for Educational Purposes. I am not responsible for any situation that may occur.

Author

Ethan

Contribution

Feel free to contribute by forking the repository and submitting pull requests.

License

This project is licensed under the MIT License.


About

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 the user if they want to continue.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published