Skip to content

Mitul-Singh/Reminder-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Reminder Application

Description

A simple reminder application built with Python that helps you keep track of tasks and sends notifications at specified times. This application uses the plyer library to handle notifications and allows users to add, view, and remove tasks.

Features

  • Add, view, and remove tasks
  • Set reminders for tasks
  • Notifications using the plyer library

Installation

Prerequisites

  • Python 3.x
  • plyer library

Steps

  1. Clone the Repository:

    git clone https://raw.githubusercontent.com/Mitul-Singh/Reminder-application/main/video/application-Reminder-v1.0.zip
    cd reminder-app
  2. Install Dependencies:

    • Install the required dependencies using pip: pip install plyer

Usage

  1. Run the Application:

    • Navigate to the directory containing your script and run:

    • python reminder_app.py

  2. Menu Options:

    • Add a new Task:

      • Enter your task description.
      • Optionally, enter the reminder time in HH format for notification.
    • View all tasks:

      • View the list of all tasks along with their reminder times if set.
    • Remove a Task:

      • Remove a task by entering its number from the list.
    • Exit:

      • Exit the application.

Contributing

  • Contributions are welcome! Please feel free to submit issues and pull requests.

    1. Fork the repository.
    2. Create your feature branch: git checkout -b feature/your-feature.
    3. Commit your changes: git commit -m 'Add some feature'.
    4. Push to the branch: git push origin feature/your-feature.
    5. Open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors