A simple graphical interface for mkp224o, the vanity .onion address generator. This GUI is built with CustomTkinter and allows you to easily generate vanity Tor v3 addresses.
Note: This GUI does not bundle
mkp224o. You need to compile./mkp224oyourself and put the binary in the same directory as this Python script.
- Python 3
mkp224obinary compiled and placed in the same folder as this script.
To install mkp224o, go to mkp224o and follow the instructions there.
Copy the mkp224o binary to the same folder as this script.
- Clone or download this repository.
- Navigate to the project directory.
- Install required Python modules:
pip install customtkinter tkEnsure the mkp224o binary is present in the same directory.
Then, run the GUI with:
python3 main.py- Enter one or more space-separated words to use as vanity prefixes.
- Choose the output folder where the resulting vanity onion keys will be saved.
- Use the slider to select how many threads to use.
- Optionally, enable or disable verbose output.
- Click Start to begin the generation.
Pull requests are welcome!
If you'd like to add features or fix bugs, follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Commit and push your branch.
- Open a pull request.
Suggestions and improvements are appreciated!
