Skip to content

khiemdoan/python-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Compiler

Just simply compile *.py to *.pyc

Usage

python compiler.py main.py
python compiler.py program_directory

Using -h flag to show more detail about arguments

Using file after compiling

Using pyc file instead of py file. Example: After compile hello.py to hello.pyc, we using this command to run the script.

python hello.pyc

About

Just simply compile *.py to *.pyc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages