Coder Social home page Coder Social logo

workdiary's Introduction

WorkDiary

A commandline tool made with python used to create logs in a SQLite3 database and export those logs in csv format.

Installation

It only has simple functionality created using built-in python libraries.

Usage

  • For help using this tool
python3 log.py -h
  • Start the main function. It has several options including: Create a log entry, print logs, check status etc
python3 log.py

or alternatively you can use

python3 log.py log
  • To export all entries to .csv
python3 log.py export-all
  • To export entries related to a specific date to .csv
python3 log.py export-date -d dd-mm-yyyy

or alternatively you can use

python3 log.py export-date -date dd-mm-yyyy

replace the dd-mm-yyyy with your own specific date

  • To get visualizations of your records in csv file
python3 visualize.py

Preview

Alt text

Note

This is still a prototype and I'm planning to include more functionality like GUI

Further Development

  • export logs to cloud storage
  • retrieve logs from cloud storage
  • add logtype, log context, tags (comma separated) field(s) to database (used for log classification while data munging)
  • add GUI support (probably PySimpleGUI for now)
  • prompt to log after every set time interval
  • generate log summary in PDF
  • email support for log summary to specific targets. (daily or monthly)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.