Python3 terminal calendar for forgetful people like me. Uses icalendar, if wanna stop using just add your events to thunderbird again.

alkeon ce94b13ac9 Merge branch 'master' of https://notabug.org/alkeon/useless-calendar 1 ヶ月 前
.gitignore d9f75fe5db Avoid calendars and passwords 3 年 前
LICENSE 0199eb97e1 Initial commit 3 年 前
README.md 87eb3b3aa2 Update README 1 ヶ月 前
almanaque.py e615c63f42 Reupdate 1 ヶ月 前
basic_event.py e11a16a95f First commit, basic functionality 3 年 前
event_day.py e11a16a95f First commit, basic functionality 3 年 前
test.py 1a39fc2e73 Dependency hell 3 年 前

README.md

useless-calendar

Python3 terminal calendar for forgetful people like me.

Uses icalendar, if wanna stop using just add your events to thunderbird again.

Instalation

Before using:

  • Python3
  • icalendar
  • cryptography
  • pytz
  • Use

    almanaque.py -n Add new entry
    almanaque.py -c Change entry
    almanaque.py -d Check events
    almanaque.py -s "DD-MM-YYYY" Show this day events
    almanaque.py -i Import calendar
    almanaque.py -e Export calendar
    almanaque.py --daemon Run as daemon
    almanaque.py --help Show this help

    About security and limitations

    Do not share pass file with anyone. Protect pass file with correct permissions. Doesn't care about timezones. Beware with this time travel problem. Do not rely in any code without reading it a bit.