|
Raspberry Pi Reminder App Skills: Python, Linux Description: In this project, I create a simple reminder application on a Raspberry Pi machine that I can interact with remotely and can update itself peridically using cron tasks. The app is able to track the importance value of events based on the base importance of events and the time before the event occurs, allowing me to determine optimal order to tasks to complete. Finally, the app is able to send emails whenever any event exceeds some threshold importance value so that I am reminded of events that are urgent. Source: The source for this project is not available |