- Elvin Marc Bautista
- Jonathan Andre Remonte
- Sophia Mae M. San Agustin
- Python3
- To install Python3 on Ubuntu, type this on terminal:
sudo apt install -y python3-pip
, on Windows, you can install Python through here: https://www.python.org/downloads/ - mysql-connector (
pip install mysql-connector
orpip3 install mysql-connector
) - pwinput (
pip install pwinput
orpip3 install pwinput
)
- To install Python3 on Ubuntu, type this on terminal:
- mariadb
- install MariaDB from here: https://mariadb.com/downloads/
Before starting the code, make sure that all the required dependencies are already installed.
To start the code, type in the terminal python start.py
or python3 start.py
When running the application, the database and tables that will be used are automatically created by executing the queries in the Project_Dependencies.sql
In using the application, the user must first create an account, after creation or if there is already an existing account, the user can login using the account credentials.
In the main page or main menu of the application, there are 3 Choices that opens up different functionalities.
These functionalities are grouped by
- Friend Manager
- Expense Manager
- Group Manager
All the functionalities and reports to be generated are under their respective group of functions.