Skip to content

v1.0.0

Latest

Choose a tag to compare

@aman-sharma-dev aman-sharma-dev released this 03 Sep 18:27
· 1 commit to master since this release
0a3d763

πŸš€ PyCryption v1.0.0

The first official release of PyCryption, a lightweight encryption/decryption tool with both GUI and CLI support.

✨ Features

  • πŸ” Text Encryption/Decryption (GUI & CLI)
  • πŸ“‚ File Encryption/Decryption (GUI & CLI)
  • πŸ— Key Management
    • Generate new encryption keys
    • Load existing keys
    • Save keys to file or clipboard
  • πŸ“¦ Password-based encryption
  • 🎨 Simple Tkinter GUI with multiple themes
  • ⚑ Standalone Windows .exe (no need for Python installed!)

πŸ›  Installation (for source code)

git clone https://github.com/aman-sharma-dev/pycryption.git
cd pycryption
pip install -r requirements.txt
python gui.py

βœ… Notes

-Works on Windows 10/11 (tested).

-Linux/Mac users can run it via python gui.py.

-This is an early release β€” expect improvements in future versions.

⚠️ Windows SmartScreen Notice

Since this is an unsigned executable, Windows may show a "Windows protected your PC" warning the first time you run it.

To proceed:

  1. Click More info.
  2. Then click Run anyway.

This happens because the app is new and not yet signed with a code-signing certificate.
If you’d prefer not to bypass the warning, you can instead run the project directly from source β€” see the instructions in the README.