Building CLI time tracker with Python

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • time_management

    Script for calculation time spent on a specific activity

  • To automate time spent on each activity a ruby script was written that took a string with time ranges when task was active:

  • appdirs

    A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".

  • Database location and schema To store database user files directory was used. The issue here is that each OS has it's own path for this directory. But there is no problem, Python is known for having libraries almost for everything and identifying user directory is no exception: for this job appdirs has been chosen. When app starts for the first time it will check whether database exists and if no database file was found it will create an empty database with the following schema:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tiempo-tracker

    Easy to use CLI time tracker written in Python

  • You can check the source code of tiempo-tracker on Github.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Anthropic's Prompt Engineering Interactive Tutorial (Web Version)

    1 project | news.ycombinator.com | 18 May 2024
  • Python Quiz Program: Building Blocks of My Portfolio

    1 project | dev.to | 18 May 2024
  • 38% of webpages that existed in 2013 are no longer accessible a decade later

    4 projects | news.ycombinator.com | 18 May 2024
  • International Scientific Report on the Safety of Advanced AI [pdf]

    1 project | news.ycombinator.com | 18 May 2024
  • I created a Python script to download data from Solafans MPPT charger

    1 project | news.ycombinator.com | 18 May 2024