File tree Expand file tree Collapse file tree 1 file changed +23
-9
lines changed Expand file tree Collapse file tree 1 file changed +23
-9
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,37 @@ A professional-grade Python code protection and obfuscation tool powered by Cyth
2020
2121## 📥 Download & Installation
2222
23- <div align =" center " >
24-
25- ### [ 👉 Download the Latest Release Here 👈] ( https://github.com/samay825/Python-Cython-Obfuscator/releases/tag/v1.0.0 )
23+ ### Prerequisites
2624
27- </div >
25+ - Windows 10/11 or Linux/MacOS
26+ - Python 3.10 or higher
27+ - Visual Studio 2022 Build Tools
2828
2929### Installation Steps:
3030
31- 1 . ** Download** the ZIP file from the release page
32- 2 . ** Extract** the ZIP file to your preferred location
31+ 1 . ** Install Visual Studio Build Tools:**
32+ - Download from [ Visual Studio Build Tools] ( https://visualstudio.microsoft.com/visual-cpp-build-tools/ )
33+ - During installation, select "✓ Desktop development with C++"
34+ - This includes:
35+ - MSVC (Microsoft C++ compiler)
36+ - Windows 10/11 SDK
37+ - CMake
38+ - Build tools (MSBuild)
39+ - These components are required for Python/Cython to compile extensions
40+
41+ 2 . ** Get the Code:**
42+ - Clone the repository: ` git clone https://github.com/samay825/Python-Cython-Obfuscator.git `
43+ - Or download the ZIP file and extract it
44+
33453 . ** Install Dependencies:**
3446 ``` bash
3547 pip install -r requirements.txt
3648 ```
37- 4 . ** Launch the Application:**
38- - Double-click ` python-obfuscator.exe ` to start the application
39- - Alternatively, run via command line: ` ./python-obfuscator.exe `
49+
50+ 4 . ** Run the Application:**
51+ ``` bash
52+ python main.py
53+ ```
4054
4155## 📋 Overview
4256
You can’t perform that action at this time.
0 commit comments