Skip to content

Commit 9098419

Browse files
authored
Update README.md
1 parent 71d14b5 commit 9098419

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,25 @@ A professional-grade Python code protection and obfuscation tool powered by Cyth
1818

1919
</div>
2020

21-
## 📥 Download Latest Release
21+
## 📥 Download & Installation
2222

2323
<div align="center">
2424

2525
### [👉 Download the Latest Release Here 👈](https://github.com/samay825/Python-Cython-Obfuscator/releases/tag/v1.0.0)
2626

27+
</div>
2728

29+
### Installation Steps:
2830

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`
3040

3141
## 📋 Overview
3242

@@ -37,7 +47,9 @@ A professional-grade Python code protection and obfuscation tool powered by Cyth
3747
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.
3848

3949
<div align="center">
40-
<img src="https://user-images.githubusercontent.com/74038190/238353480-219bcc70-f5dc-466b-9a60-29653d8e8433.gif" width="500">
50+
51+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
52+
4153
</div>
4254

4355
## ⚡ Key Features
@@ -66,18 +78,6 @@ Python Cython Obfuscator is an enterprise-level solution for protecting your Pyt
6678
- Python 3.10 or higher
6779
- Administrator privileges for installation
6880

69-
70-
### Quick Usage Guide
71-
72-
1. Launch python-obfuscator.exe
73-
2. Select your Python files
74-
3. Click "Compile" to start protection
75-
4. Access protected files in the `CompiledPython` directory
76-
77-
<div align="center">
78-
<img src="https://user-images.githubusercontent.com/74038190/212748830-4c709398-a386-4761-84d7-9e10b98fbe6e.gif" width="500">
79-
</div>
80-
8181
## 🛡️ Security Features
8282

8383
<div align="center">

0 commit comments

Comments
 (0)