This website requires JavaScript.
Explore
Help
Sign In
xmengnet
/
PyQt
Watch
1
Star
0
Fork
You've already forked PyQt
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
a49a423507
PyQt
/
其它
/
自定义import
/
README.md
Irony
60d75c9bc3
更新分类目录
2018-10-28 23:29:23 +08:00
421 B
Raw
Blame
History
Unescape
Escape
自定义import
需要Python3.5.2
(
或者自行编译xxtea
)
简单的了解了下import的原理
测试过程
1.在src中编写一个test.py
2.通过build.py 利用xxtea加密src/test.py 到当前目录的test.irony文件
3.运行main.py 进行测试
截图
test.py
test.irony
main.py