This repository includes a graphical user interface (GUI) for creating custom dictionaries.The GUI is designed to make the process of creating dictionaries easier and more intuitive, even for users with no programming experience.
The primary purpose of this tool is to help password crackers to crack passwords. But it can also be used to teach and learn statistics and probability
- Simple and intuitive interface
- Exporting of the dictionary in txt format
- Python 3.x
- wxPython library
- Clone this repository:
git clone https://github.com/Dayana-World/dayana_dictionary_builder_GUI.git
- Install the wxpython library:
pip install wxpython
- Open a terminal window and navigate to the repository directory.
- Run the command
python pass_gen(GUI).py
to launch the GUI. - Choose the method you want to generate passwords.
- Click the "Save As" button to generate the txt file for the dictionary.
Contributions are welcome! If you find a bug or have a suggestion for a new feature, please open an issue on GitHub. Pull requests are also appreciated.
This project is licensed under the MIT License - see the LICENSE file for details.