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_calculator
andexcel_exporter
modules for MD5 hashing and Excel exporting, respectively.gui/
: Contains theinterface
module 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.py
This will open a GUI where you can enter text, calculate MD5 hashes, and save them to an Excel file.