This is a project for my client on Upwork
Develop a windows desktop application with PyQt5: • UX design with QT-Designer according Mockup on page 2
• Application development in python, including testing
• Connectivity to an existing asset database to create, update and delete data
• SQLite3 for database management
• PyQT5 for GUI
• Adobe Illustrator for UX design (Mockup)
You should create a virtual environment and install all the dependencies in requirements.txt file. Then run the main.py file.
pyinstaller --onefile --noconsole --icon=quan.ico main.py
Sample build: Link