Metadata-Version: 2.1
Name: gscal
Version: 0.3.1
Summary: GTK Simple Calendar
Home-page: https://github.com/Akmadan23/gscal
Author: Azad Ahmadi
Author-email: azadahmadi@mailo.com
License: GPL-3
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# gscal (GTK Simple Calendar)
![PyPI](https://img.shields.io/pypi/v/gscal)
![PyPI - License](https://img.shields.io/pypi/l/gscal?color=blue)

Extremely minimal calendar app inspired by [Gsimplecal](https://github.com/dmedvinsky/gsimplecal).

## Install
Releases are available over on [PyPI](https://pypi.org/project/gscal/) and can be installed via pip:

```
pip install gscal
```

On Arch Linux gscal is available in the AUR:

```
[paru/yay] -S gscal
```

## Configuration
Gscal looks for a configuration file at `~/.config/gscal/gscal.toml` if not specified by the user with the `-c` flag.
If no config file is found, it uses the [default configuration](https://github.com/Akmadan23/gscal/blob/master/config/gscal.toml).
> Currently only 3 options are available, more to come in the future.
