https://github.com/shimaaabdelaziz/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/shimaaabdelaziz/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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/shimaaabdelaziz/random-mnemonic-phrase-generator
- Owner: shimaaabdelaziz
- Created: 2025-04-26T21:58:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-26T21:59:05.000Z (about 1 month ago)
- Last Synced: 2025-05-01T08:14:27.502Z (about 1 month ago)
- Topics: bip32, bip38, bip39, bitcoin, bitcoin-address, etherum, generator, mnemonic, paper-wallet, phrase, phrase-generator, seed, seed-generator, seedkey, segwit
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### 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.
### Contribution
Feel free to contribute by forking the repository and submitting pull requests.
### License
This project is licensed under the [MIT License](LICENSE).
---