Perspective Projection using Python
Navbar:
Running the program
|
Development
|
Helpful
This program is created using python3.7
Executable file created using pyinstaller
Steps:
/dist/dist.rar
main.exe
Make sure you have Git installed.
Steps:
git pull
before updating the code.git branch newbranch
git add .
git commit -m "message"
git push
Libraries:
Pyinstaller syntax: pyinstaller main.py -F --noconsole
Pyinstaller docs: link