Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 476 Bytes

RestaurantPOS

The purpose of this project is to create a python and Qt based restaurant point of sales application.

Interface: Qt GUI

  • the program interface is deloped/prototyped using Qt designer. Prototypes are saved as .ui files

    and converted to computer written .py files using pyuic5.

  • once the UI is prototyped, the .py files are rewritten/ edited to fit in better with program architecture

Driver: python3

Coding Style: Object Oriented

Data Base: SQlite3