Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 299 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 299 Bytes

Converty

Personal project to learn how to use PyQt. Used to convert pictures from one extension to another.

Build Command

pyinstaller --clean --onefile --icon=logo4.ico --name=Converty --add-data="poppler-0.68.0_x86;poppler-0.68.0_x86" --add-data="logo4.ico;logo4.ico" --noconsole main.py