Skip to content

Machi-Za/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Python

to convert from .ui file to .py file use : pyuic5 -x Main_Designer.ui -o Main_Designer.py

to convert from .qrc file to .py file use : pyrcc5 Res.qrc -o Res_rc.py

to convert from .py file to .exe file use : pyinstaller --onefile --noconsole Program.py