Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash-GUI

A simple GUI application for hashing files and text.

Requirements

  • Python 3.13 or newer.
  • uv installed and available on your PATH.

Setup

  1. Clone the repository:

    git clone https://github.com/MrSplatchy/Hash-GUI.git
    cd Hash-GUI
  2. Make sure Python 3.13+ is available:

    python --version

    If needed, you can let uv manage the Python version:

    uv python install 3.13
  3. Create the environment and install dependencies:

    uv sync

Run

Start the application with:

uv run python main.py

Development

To run the app after making changes, use the same command:

uv run python main.py

Notes

  • uv sync installs the project dependencies into the local virtual environment.
  • uv run ensures the app runs inside that environment without manual activation.

About

A simple GUI application with an hash function

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages