https://github.com/boris-code/jmpy
python 代码加密|加固
https://github.com/boris-code/jmpy
Last synced: 9 months ago
JSON representation
python 代码加密|加固
- Host: GitHub
- URL: https://github.com/boris-code/jmpy
- Owner: Boris-code
- License: other
- Created: 2020-06-17T10:50:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T07:22:25.000Z (about 5 years ago)
- Last Synced: 2025-03-30T15:08:46.843Z (9 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 190
- Watchers: 5
- Forks: 64
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jmpy

## 简介
将python代码一键加密为so或pyd。支持单个文件加密,整个项目加密。
Git仓库地址: https://github.com/Boris-code/jmpy.git
## 安装
pip install jmpy3
## 使用方法
jmpy -i "xxx project dir" [-o output dir]
加密后的文件默认存储在 dist/project_name/ 下