lafrech / qbirthday

Birthday Reminder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QBirthday

QBirthday is a birthday reminder status icon.

Features

  • Several backends available (CSV file, Lightning, MySQL databse).
  • Extendable to other backends.
  • iCalendar export.

Requirements

QBirthday runs on Python >= 3.8.

It requires PyQt5 and optionally depends on mysqlclient if a MySQL database is used as backend.

Installation

Either as root or in a Python virtual environment:

$ pip install qbirthday

To use MySQL backend, install mysqlclient:

$ pip install mysqlclient

History

QBirthday is a Qt port of GBirthday, a GTK application.

Project links

License

QBirthday is distributed under GPLv2 license (see LICENSE file).

About

Birthday Reminder

License:GNU General Public License v2.0


Languages

Language:Python 98.0%Language:QMake 2.0%