/ExpenseTrackerGUI

A simple GUI for the expense tracker application

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ExpenseTrackerGUI

A simple GUI for the expense tracker application built using the PyQt5 python framework.

Installing the required software

The following packages need to be installed on a linux system to generate and modify the .ui files and use these .ui files to generate python code.

  • pyqt5-dev ( contains the Qt Designer tool to create and edit .ui files )
  • pyqt5-dev-tools ( contains the pyuic5 tool to generate .py files from .ui files )
sudo apt install pyqt5-dev pyqt5-dev-tools

Installing the python package dependencies

pip3 install -r requirements.txt