Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 3.42 KB

File metadata and controls

76 lines (51 loc) · 3.42 KB
layout default
title 📝 Random-Mnemonic-Phrase-Generator - Create Easy Mnemonic Phrases
description 📝 Generate and save random mnemonic phrases easily with this Python script, enhancing memorization for your secure digital keys.

📝 Random-Mnemonic-Phrase-Generator - Create Easy Mnemonic Phrases

Download

📜 Description

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 if you want to continue. This application helps in generating phrases for storing cryptographic seed keys, making it easier to remember complex sequences.

🚀 Getting Started

Follow these simple steps to download and run the application.

  1. Download the Application

  2. System Requirements

    • Operating System: Windows, macOS, or Linux.
    • Python: Version 3.6 or higher installed on your system.
  3. Install Dependencies (Optional) If you want to run the script directly, you may need to install Python and some dependencies. This is generally only necessary for users who wish to modify or extend the script.

    • Install Python from the official website: python.org.
    • Open your terminal or command prompt and run:
      pip install mnemonic
      
  4. Running the Application

    • After downloading, extract the files if they are in a ZIP format.
    • Open a terminal or command prompt and navigate to the folder where you extracted the application.
    • Run the script by executing:
      python random_mnemonic_generator.py
      

💾 Download & Install

To start creating mnemonic phrases, visit this page to download. Choose the latest version, and follow the instructions above to get started.

🌟 Features

  • Generates mnemonics based on popular standards like BIP39.
  • Automatically saves generated phrases in the seed.txt file for easy access.
  • User-friendly prompts to decide if you wish to continue generating more phrases after initial batches.

📋 Usage

Once you run the application, it will prompt you with easy-to-understand messages. You will see how many mnemonic phrases have been generated and how many are in the seed.txt file.

  • To generate more phrases: Simply reply ‘yes’ or press Enter to continue after being prompted.

  • To stop generating phrases: Input ‘no’ when asked if you want to continue.

🛠️ Troubleshooting

If you encounter any issues running this script, consider the following:

  • Python Not Installed: Ensure that Python is properly installed and added to your system PATH.
  • Missing Dependencies: If the program fails with a message about missing packages, ensure you have the required libraries installed.

🗂️ License

This project is licensed under the MIT License. You can modify and use this software according to the license terms.

📬 Feedback & Support

For feedback or support, please create an issue in this repository. We aim to respond to all inquiries within a few days.