You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,25 @@ A professional-grade Python code protection and obfuscation tool powered by Cyth
18
18
19
19
</div>
20
20
21
-
## 📥 Download Latest Release
21
+
## 📥 Download & Installation
22
22
23
23
<divalign="center">
24
24
25
25
### [👉 Download the Latest Release Here 👈](https://github.com/samay825/Python-Cython-Obfuscator/releases/tag/v1.0.0)
26
26
27
+
</div>
27
28
29
+
### Installation Steps:
28
30
29
-
</div>
31
+
1.**Download** the ZIP file from the release page
32
+
2.**Extract** the ZIP file to your preferred location
33
+
3.**Install Dependencies:**
34
+
```bash
35
+
pip install -r requirements.txt
36
+
```
37
+
4.**Launch the Application:**
38
+
- Double-click `python-obfuscator.exe` to start the application
39
+
- Alternatively, run via command line: `./python-obfuscator.exe`
30
40
31
41
## 📋 Overview
32
42
@@ -37,7 +47,9 @@ A professional-grade Python code protection and obfuscation tool powered by Cyth
37
47
Python Cython Obfuscator is an enterprise-level solution for protecting your Python intellectual property. By leveraging Cython's compilation process, it transforms your Python source code into highly optimized and obfuscated binary files, making reverse engineering practically impossible.
0 commit comments