Skip to content

Pranestya-GW/md5-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD5 Converter

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.

Project Structure

  • main.py: Main entry point for the application.
  • modules/: Contains the hash_calculator and excel_exporter modules for MD5 hashing and Excel exporting, respectively.
  • gui/: Contains the interface module for the Tkinter user interface.

Installation

  1. Clone the repository:
    git clone https://github.com/pranestya-gw/md5-converter.git
  2. Install dependencies:
    pip install -r requirements.txt

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages