pizdelor / Mnemonic-Phrase-Generator

The Mnemonic Phrase Creator, written in Python, generates and saves mnemonic expressions continuously in a file named seed.txt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

The Mnemonic Phrase Creator, written in Python, generates and saves mnemonic expressions continuously in a file named seed.txt.

License:MIT License


Languages

Language:Python 100.0%