C1pher Zer0 is an interactive Python-based Cipher Zero cryptography tool that brings encryption to life using a GUI and audio-visual effects. Built with tkinter, it helps explain Cipher Zero logic through animations and sounds — great for learners and educators.
It also includes a CLI (Command-Line Interface) version for power users, found in the C1pher Zer0 Ver2.py file.
- 🎨 GUI-based interface using
tkinter - 🔐 Visual explanation of cipher techniques
- 🔊 Sound effects for better interactivity
- 🎞️ Animation of cryptographic operations
- 💻 CLI version available as
C1pher Zer0 Ver2.py - 📝 Generates a text log file recording encryption and decryption operations
├── C1pher Zer0.py # Main GUI application
├── C1pher Zer0 Ver2.py # CLI version (private, not for public repo)
├── tools.py # Utility functions and helpers
├── Artboard – 1.png # Design assets
├── Artboard – 2.png # Design assets
└── Sound Effect/ # Sound effect files
├── 192.wav
└── sh2-recieve-item.mp3
-
GUI Mode Launch the GUI application & put any numeric key Visualize encryption/decryption with animations and sound effects.

-
CLI Mode Run the CLI script with Python and follow command-line prompts for encryption and decryption tasks.

Python 3.x
tkinter (usually included with standard Python installations)
playsound==1.2.2
tabulate
tqdm
pip install playsound==1.2.2 tabulate tqdm📄 Custom License © 2025 BlackTrack
This software and all associated files are the original work of BlackTrack.
You are free to use, modify, and distribute this software for personal and educational purposes only. Commercial use or redistribution without explicit permission is not allowed.
By using this software, you agree to acknowledge the original author BlackTrack in any derivative works or distributions.
My Linkedin https://www.linkedin.com/in/black-track/