Skip to content

sagarpatel211/Utivity

Repository files navigation

Utivity

A desktop productivity app that tracks the time the user has been working and displays it in a user-friendly way.

Table of Contents

Languages

  • Python (Flask)
  • HTML, CSS, JS
  • SQLAlchemy

Dependencies

Project Structure

├── README.md
├── app.py
├── data.db
├── config.py
├── routes.py
├── pyfladesk.py
├── .gitignore
├── .gitattributes
├── static
│   ├── styles.css
│   ├── js
│   │   └── main.js
│   ├── images
│   │   ├── splashscreen.gif
│   │   ├── check-square.png
│   │   ├── clock.png
│   │   ├── database.png
│   │   ├── help-circle.png
│   │   ├── home.png
│   │   ├── log-out.png
│   │   ├── menu.png
│   │   ├── settings.png
│   │   ├── utivitybanner1.png
│   │   ├── fullbanner.png
│   │   ├── appicon.png
│   │   ├── utivitybanner2.png
│   │   └── default.png
└── templates
    ├── help.html
    ├── base.html
    ├── history.html
    ├── home.html
    ├── dashboard.html
    ├── login.html
    ├── setting.html
    ├── signup.html      
    ├── template.html
    ├── splash.html
    ├── timer.html
    └── todo.html

Installation

Only tested for Windows!

  • Make sure dependencies are installed (if you have pip just run the provided requirements.txt as:pip install -r requirements.txt)
  • Download the files
  • Open app.py in Python IDLE or another IDE
  • Run app.py and start being productive! 🛠

Features

  • Includes an integrated to-do list
  • Includes documentation within the help page
  • Allows users to register accounts and store their own data
  • Includes a timer to keep track of productivity
  • Includes a history page to keep a list of all times you've been productive
  • Includes a dashboard to display useful information about the user's productivity

Screenshots

MainPage Register
Login Stopwatch
History To Do
Dashboard Settings
Help Page 1 Help Page 2
Help Page 3

Contributors

Sagar Patel Saurin Patel
Sagar Patel Saurin Patel
github.com/sagarpatel211 github.com/saurinpatel20

Contact

Sagar

Email | Website

Saurin

Email | Website

About

A desktop productivity app using Flask!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published