Skip to content

Commit e75a4aa

Browse files
committed
replace CLI with modern dark-mode Tkinter interface
Swapped the old text-only menu for a polished window:
1 parent da9b13a commit e75a4aa

5 files changed

Lines changed: 254 additions & 159 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🔏 Criptify
1+
![banner](./media/banner.png)
22

33
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
44
![Python Version](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue)
@@ -9,13 +9,13 @@ Criptify is a Python script that uses the Fernet encryption algorithm from the c
99

1010
## 📋 Features
1111

12-
- Easy to use command line interface
12+
- Easy to use modern GUI
1313
- Generate a random Fernet key or use your own
1414
- Encrypt and decrypt multiple files at once
1515

1616
## 📥 Installation
1717

1818
- Download the latest release of the program from the [release](https://github.com/Wrynch/Criptify/releases/latest) page.
1919
- Unzip the downloaded file to a directory of your choice.
20-
- Run the install.bat script to install the required dependencies. If you encounter any issues, you may need to manually install tk and cryptography with your package manager.
20+
- Run the install.bat script to install the required dependencies.
2121
- To use the program, run the launch.bat script. This will open a command prompt where you can enter commands to encrypt or decrypt files.

0 commit comments

Comments
 (0)