PythonRequire
1.0.0
참고 :이 프로젝트는 해킹되어 있으며 모범 사례가 아닙니다!
이 모듈은 교육 목적으로 만 사용되었습니다
from require import python_require , runtime
python_require ( '<myfile.py>' , runtime = runtime ())
"""
Now you can execute code as if the myfile.py
was above instead of the python require line.
""" $ pip install pythonrequire # It might be pip3 depending on what OS you use.$ git clone https : // github . com / GrandMoff100 / PythonRequire
$ cd PythonRequire
$ python setup . py install