This project provides a simple GUI application that takes text input, converts each line into an MD5 hash, and saves the results to an Excel file.
main.py: Main entry point for the application.modules/: Contains thehash_calculatorandexcel_exportermodules for MD5 hashing and Excel exporting, respectively.gui/: Contains theinterfacemodule for the Tkinter user interface.
- Clone the repository:
git clone https://github.com/pranestya-gw/md5-converter.git
- Install dependencies:
pip install -r requirements.txt
Run the application with:
python main.pyThis will open a GUI where you can enter text, calculate MD5 hashes, and save them to an Excel file.