Skip to content

A python program to strip comments, docstrings, and extra space from python source

License

Notifications You must be signed in to change notification settings

curuvar/StripPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

StripPython

A python program to strip comments, docstrings, and extra space from python source.

This program attempts to compress all non-essential characters from a python program, so that it takes as little space as possible.

This was meant primarily to save space on IOT devices.

Note: This program is not meant as an obfuscator, but the resulting code is usually harder for humans to read.

About

A python program to strip comments, docstrings, and extra space from python source

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages