/reminders_app

Small app to send reminders built with Python

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Reminders app - v.1.0.0

Install libraries

pip install pyinstaller plyer

Create executable

pyinstaller.exe --onefile -w reminders_app.py

After running this command, an reminders_app.exe can be found under the dist folder.