Skip to content

Desktop application which helps to finish all tasks in time

License

Notifications You must be signed in to change notification settings

event-reminder/DesktopApp

Repository files navigation

Event Reminder

Desktop application which helps to finish all tasks in time.

Download an Application

You can try this app on your computer, install Python3 and after success, run the next command:

$ pip install erdesktop

Development

To start with this project (development), run the following:

# 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

License

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