Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.51 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.51 KB

Dayana Dictionary Builder (GUI)

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

Features

  • Simple and intuitive interface
  • Exporting of the dictionary in txt format

Requirements

  • Python 3.x
  • wxPython library

Installation

  1. Clone this repository: git clone https://github.com/Dayana-World/dayana_dictionary_builder_GUI.git
  2. Install the wxpython library: pip install wxpython

Usage

  1. Open a terminal window and navigate to the repository directory.
  2. Run the command python pass_gen(GUI).py to launch the GUI.
  3. Choose the method you want to generate passwords.
  4. Click the "Save As" button to generate the txt file for the dictionary.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.