GithubHelp home page GithubHelp logo

calesum's Introduction

CaleSum

pycharm pylint

-Measuring what matters-

icon

About

CaleSum is a simple tool for MacOS, to rapidly figure out how you spend your time. It operates on events copied from MacOS's integrated calendar and produces a textual event summary report.

Usage

  1. Open your Mac calendar app, switch to monthly view. Then copy all events using Command-A, Command-C:
    calendar

  2. Open CaleSum and paste your events.
    menu

    • CaleSum automatically detects the month in question. Don't worry about single events in the trailing previous or past month, those are automatically excluded.
    • All-day events and Multi-day events likely have no intuitive notion of time, those are filtered too.
    • Event titles are gathered ignoring Case Sensistive matching.

Hint: You can use the top-bar checkboxes to override this behaviour.

  1. Hit Create Breakdown.
    breakdown

Builds

Prebuilt Mac applications are ready for download, here.

Compile from Sources

Install Requirements

This requires a recent version of python and tkinter, to support apple silicon.

  • brew install python3
  • brew install python-tk

Brew may not update the system interpreter. If needed set an alias, and manually set the IDE interpreter:

alias python='/opt/homebrew/Cellar/[email protected]/3.11.5/bin/python3'
alias python3='/opt/homebrew/Cellar/[email protected]/3.11.5/bin/python3'

Build Mac Application

Comment out these lines in launcher.py:

img = Image("photo", file="icon.png")
frame.tk.call('wm','iconphoto', frame._w, img)

To build a native MacOS app:

  • Install pip install pyinstaller
  • Run ./build.sh
  • Mac application is on Desktop.

Author / Pull Requests

calesum's People

Contributors

m5c avatar

Watchers

Matthias Schoettle avatar  avatar  avatar

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.