sguertin / my-assistant

Simple time tracking app for my work day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-assistant - A time tracking application built in Python 3.10

Overview

This is a basic PySimpleGUI application built to help automate tracking work logs for the work day.

Features

  • Integrates with JIRA directly to log time to Jira issues
  • Automatically prompts every hour to log time
  • A backup file with automatically be stored with all your time entries if the integration fails

3rd Party Libraries

  • PySimpleGUI for building the entire GUI
  • requests for sending requests to Jira
  • Rich for console output during development

Future Updates

  • Make work days of the week configurable
  • Update logic to work for 3rd shift, i.e. a work day that crosses midnight
  • Other integrations?

About

Simple time tracking app for my work day


Languages

Language:Python 98.7%Language:PowerShell 1.3%