Skip to content

I made this project to count time of tasks I do at work.

License

Notifications You must be signed in to change notification settings

maurrysonn/taskcounter

 
 

Repository files navigation

Task counter

I made this project to count time of tasks I do at work.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

You need to install Python 3.5 or greater and pip to run this software.

Installing

Clone the repository

git clone https://github.com/ardeidae/taskcounter

Install required packages

cd taskcounter
pip install -r requirements.txt

Run the application

python3 main.py

Running the tests

python3 tests.py

Built With

  • Python3 - Python is a programming language that lets you work quickly and integrate systems more effectively.
  • PyQt5 - PyQt is a set of Python bindings for Qt application framework.
  • peewee - Peewee is a simple and small ORM.
  • SQLite - SQLite is a SQL database engine.
  • PyInstaller - PyInstaller is a program that freezes (packages) Python programs into stand-alone executables.
  • dmgbuild - A command line tool to build .dmg files.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the GPLv3 License.

About

I made this project to count time of tasks I do at work.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%