Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mystrosto/random-mnemonic-phrase-generator

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.
https://github.com/mystrosto/random-mnemonic-phrase-generator

bip32 bip38 bip39 bitcoin bitcoin-address etherum generator mnemonic paper-wallet phrase phrase-generator seed seed-generator seedkey segwit

Last synced: 5 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

## 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:

```bash
git clone https://github.com/pizdelor/Mnemonic-Phrase-Generator.git
```
```
cd Mnemonic-Phrase-Generator
```

2. Install the required Python libraries:

```bash
pip install -r requirements.txt
```

### Usage

Run the script using Python:

```bash
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](https://github.com/pizdelor)

### Contribution

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

### License

This project is licensed under the [MIT License](LICENSE).

---