INIT-Reminder-App

A reminder app made using Python3 and Tkinter, subprocess modules.

Setup

  • Install Python3 from here
  • Install Tkinter: python3 -m pip install tk
  • Clone the repo: git clone https://github.com/adviksinghania/init-reminder-app.git
  • Navigate inside the repo: cd init-reminder-app
  • Run: python3 main.py
  • Enter what you need to be reminded of as a string.
  • Enter the time duration in minutes.
  • You can exit the program by typing 'n' or give more reminders by typing 'y'
  • The set reminders will be shown in a tkinter window.

Built With

Share this project:

Updates