Metadata-Version: 2.1
Name: erdesktop
Version: 2019.0.3b2
Summary: Desktop application which helps to finish all tasks in time
Home-page: https://github.com/YuriyLisovskiy/EventReminder
Author: Yuriy Lisovskiy
Author-email: yuralisovskiy98@gmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: PyQt5 (==5.11.3)
Requires-Dist: requests (==2.21.0)
Requires-Dist: QtAwesome (==0.5.7)


## Event Reminder

##### Desktop application which helps to finish all tasks in time.

To start with this project (development), run the following:
```bash
# create a virtual environment if required
$ virtualenv -p python3 venv
$ source venv/bin/activate

# Install requirements and run the server
$ pip install -r requirements.txt

# if running on Windows machine:
$ pip install -r windows_requirements.txt

$ make resources
$ python ./erdesktop/app_main.py
```

#### Author:
[Yuriy Lisovskiy](https://github.com/YuriyLisovskiy)

#### License
This project is licensed under the GNU General Public License, Version 3 software license - see the [LICENSE](LICENSE) file for details.


