Inspiration
"We noticed that people often forget their tasks or important events in daily life. We wanted to create a simple bot that helps users stay organized and reminds them on time."
What it does
"Smart Reminder Bot allows users to set reminders for tasks or events. It notifies them automatically at the specified time, helping them stay organized and never miss important things."
How I built it
"The Smart Reminder Bot is built using Python. It uses simple logic to take user input for reminders and stores them temporarily. The bot checks the current time, and when the reminder time matches, it sends a notification or prints a message. Optional features like GUI can be added using Tkinter or PySimpleGUI."
Challenges I ran into
"At first, it was difficult to make the bot understand and store user inputs correctly. We also faced challenges in making the reminder trigger exactly at the right time. Learning how to handle time and notifications in Python was another tricky part, but we managed it step by step."
Accomplishments that I'm proud of
"We successfully created a working reminder bot that can set and alert users about their tasks. We are proud that we built this from scratch using basic Python. We also learned how to make the program run on time and handle user inputs effectively."
What I learned
"We learned how to use Python for creating a real-world project. We understood how to take user input, manage time-based tasks, and trigger actions automatically. We also learned teamwork, problem-solving, and how to convert an idea into a working model."
What's next for Smart Reminder Bot
"In the future, we plan to add voice command features so users can set reminders by speaking. We also want to create a mobile app version and connect it with notifications and calendars. Adding AI to understand natural language, like “Remind me to study at 6 PM,” is also a goal for the next version."
Built With
- datetime
- tkinter
- ython
Log in or sign up for Devpost to join the conversation.