Python code obfuscator using Kannada script and text-based mapping
Project description
Kannadafy | ಕನ್ನಡಫೈ
Kannadafy transforms ordinary Python code into mysterious yet fully functional scripts using Kannada characters or themed wordlists. Your code keeps working exactly as before but appears as an elegant tapestry of linguistic art.
IMPORTANT DISCLAIMER - VERSION 2.0.9 LIMITATIONS This version only supports ONE-WAY TRANSFORMATION (obfuscation). Deobfuscation is not yet available and will be added in an upcoming release! ⚠️ Once obfuscated, there is NO WAY to automatically recover your original code. ALWAYS BACKUP YOUR ORIGINAL CODE BEFORE OBFUSCATION!
Features
- 📜 Script Obfuscation: Transform code with beautiful Kannada, Telugu, Tamil, Devanagari, or Greek scripts
- 🔤 Text-Based Obfuscation: Use themed wordlists (food, animals, etc.) instead of scripts
- 📚 Multi-file Processing: Batch transform entire projects with one command
- 🌍 Cross-Platform: Works perfectly on Windows, macOS, and Linux
- 🧩 API Integration: Import and use directly in your Python applications
- 🔄 Multiple Alphabets: Choose from 5 different script systems
- 📝 Custom Text Templates: Create your own themed wordlists for unique obfuscation styles
Installation
# Via PyPI
pip install Kannadafy
# From source
git clone https://github.com/mithun50/Kannadafy.git
cd Kannadafy
pip install .
Quick Usage
# Basic usage
Kannadafy obfuscate -i your_script.py -o obfuscated_output.py
# With themed wordlist
Kannadafy text-obfuscate -i script.py -o themed.py -t patterns/food_words.txt
# Python API usage
from Kannadafy import obfuscate_api
obfuscate_api("input.py", "output.py")
Example
Input:
print("Hello, World!")
Output:
exec("".join(map(chr,[int("".join(str({'ಅ': 0, 'ಆ': 1, 'ಇ': 2}[i]) for i in x.split())) for x in """
ಅ ಆ ಇ ಅ ಆ ಇ ಅ ಆ ಇ ಅ ಅ ಆ ಅ ಅ ಇ ಅ ಇ ಅ ಅ ಇ ಆ
""".split(" ")]))
)
Documentation
Authors
Mithun Gowda B
- Email: mithungowda.b7411@gmail.com
- Instagram: @MithunGowda.B
Manvanth
- Email: appuka1431@gmail.com
- Instagram: @Manvanth
License
This project is licensed under the MIT License - see the LICENSE file for details.
⚠️ Remember: Always backup your original code before obfuscation!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kannadafy-2.0.9.tar.gz.
File metadata
- Download URL: kannadafy-2.0.9.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ed0cf54c03a551b64312d2637fa9b5c38b32bd241a35ac62cf386eb82082555
|
|
| MD5 |
1a3aab7aa18ae855302b7b30818ef334
|
|
| BLAKE2b-256 |
fb565e9aea24483d4dabb46a7576ca360db08993c5229f55ae9755cb22e47533
|
File details
Details for the file kannadafy-2.0.9-py3-none-any.whl.
File metadata
- Download URL: kannadafy-2.0.9-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d12b1443319a5403b280d941669a852ea5653a8fd5dc5a2bc8aa362bcd8d1109
|
|
| MD5 |
885a37250e224c6bb235e48c0639ab1d
|
|
| BLAKE2b-256 |
e5fa56c4bc711d1303dfc006fd6bf0c882ef50753f11e32e295c6395c3369ef9
|