Skip to content

Time Management App built for Python course

Notifications You must be signed in to change notification settings

kabizzle/Time-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Time Management Project

Final Programming Project for CS-A1123 Basics in Programming Y2 (Spring 2022)

Introduction

My project is a Time Management app. I have built a graphical interface where a user can add activities and track the time spent on them.

File and directory structure

This project has two main directories, "Code" and "Documents".

Inside "Code" is the "src" directory, which contains all of the source code for the project.

Inside "Documents" is the origin plan for the project (written before the project began) and the project's documentation.

Installation instructions

The program required PyQt5 to be installed.

User instructions

  • How is the program executed

The program is executed by navigating to ./Code/src and running main.py e.g. "python main.py"

This will launch the graphical user interface, and the rest of the execution will take place within the interface.

Activities can be added in the form " / "

Preview of App

app preview

About

Time Management App built for Python course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages