Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 826 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 826 Bytes

Installation Instructions

  1. Clone the Repository: To get a copy of the project, clone the repository from GitHub: https://github.com/mrodriguez229/SDEV265GroupProject_FNM/tree/master
  2. 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
  3. 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.
  4. Running the Application: To start the application, navigate to the project directory and run: python app.py
  5. Login Information: The default username is admin. The default password is password123.