Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mystrosto/random-mnemonic-phrase-generator
- Owner: Mystrosto
- License: mit
- Created: 2024-10-17T19:28:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T09:31:58.000Z (about 1 month ago)
- Last Synced: 2024-11-15T09:35:54.954Z (about 1 month ago)
- Topics: bip32, bip38, bip39, bitcoin, bitcoin-address, etherum, generator, mnemonic, paper-wallet, phrase, phrase-generator, seed, seed-generator, seedkey, segwit
- Language: Python
- Size: 386 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).
---