/cf_reminder

Desktop notifications scripting application that will remind you about the upcoming Codeforces contest.

Primary LanguagePython

CodeForces Contest Reminder

Desktop notifications scripting application that will remind you about the upcoming Codeforces contest.

Currently, It will push notifications reminder in your desktop pc.
Untitled

Reminder time

  • New contest arrival after finising of latest contest.
  • 6 Hours before the contest
  • 1 Hour before the contest.
  • 30 minutes before the contest.
  • 5 Minutes before the contest.
  • Contest started

Uses

  • Clone the reposity in your suitable directory.
  • Install requirements.txt file
pip install -r requirements.txt
  • Run the script
python cfreminder.py
  • To run the srcipt as application in background for infinite time.
pythonw.exe .\cfreminder.py

Kill the application from background

  • Go to Taskbar > Task Manager
  • Find Python from Background Processes
  • Select and Press End Task from bottom right button.

Warning!

  • It may have bugs. Since i used timer sleep, it may show you a lots of notification. If it this happens then go to the above killing process.

NB Feel free to use and contribute the repository. If you found any bugs the report as Issues or Send a PR.