Skip to content

A very simple tool and an educational example to encode Python code and protect it from theft .

Notifications You must be signed in to change notification settings

Krsan4Learn/Encrypt-Python-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Encrypt-Python-Code

Very simple tool and tutorial example to encode Python code and protect it from theft with 'marshal' library .

How To Use

In Termux

  • pkg update
  • pkg upgrade
  • pkg install python3
  • pkg install git
  • git clone https://github.com/Krsan4Learn/Encrypt-Python-Code.git
  • cd Encrypt-Python-Code
  • chmod +x Encrypt-Python-Code.py
  • python3 Encrypt-Python-Code.py

In Linux

  • apt update
  • apt upgrade
  • apt-get install python3
  • apt-get install git
  • git clone https://github.com/Krsan4Learn/Encrypt-Python-Code.git
  • cd Encrypt-Python-Code
  • chmod +x Encrypt-Python-Code.py
  • python3 Encrypt-Python-Code.py

In Windows

In Windows, install Python and double click on the file and it will work for you .

Video

Encrypt-Python-Code

About

A very simple tool and an educational example to encode Python code and protect it from theft .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages