Installation Instructions
- Clone the Repository: To get a copy of the project, clone the repository from GitHub: https://github.com/mrodriguez229/SDEV265GroupProject_FNM/tree/master
- Install Required Libraries: Before running the application, make sure the required Python libraries are installed. Run the following command to install the dependencies: pip install -r requirements.txt Or manually install: pip install tkinter tkcalendar Pillow
- Set Up the Database (if needed): The project includes a pre-configured SQLite database (tasks.db). Ensure this file is placed in the same directory as the application files.
- Running the Application: To start the application, navigate to the project directory and run: python app.py
- Login Information: The default username is admin. The default password is password123.