Skip to content

ColeBardin/PyQt5_Decision_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

245 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyQt5 Restaurant Decider Application V1.2.1

PyQt5 based GUI to interact with a source of restaurants sorted by location to produce random decision

Interfaces with PyQt5 application to add location files and restaurant entries stored in .CSV files

Includes a compiled desktop application and installer

Shell script builddmg.sh takes desktop application built by PyInstaller and created DMG installer for MacOS

Compililation, Packaging and Bundling

Use PyInstaller to create desktop application

Run command within ./gui directory

pyinstaller -n "Amongus" --windowed --add-data='locations:locations' kaia_app.py

Use shell script to create Disk Image installer for the application

./builddmg.sh

Dependencies

kaia_app.py:

PyQt5

Create Desktop Application:

PyInstaller

Create MacOS Disk Image:

Brew Create-DMG

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors