califyn / time-cord

A Python library for Discord time management tools
MIT License
0 stars 5 forks source link

Windows support (Round 3) #18

Open califyn opened 3 years ago

califyn commented 3 years ago

schedule.py needs to be added to so it has compatibility with Windows.

What to do:

Write code that will make Windows run run.py on startup, and attempt to keep it alive (that is, if it crashes, Windows should automatically start it up again.) You might want to look at Windows Task Scheduler to make this happen, and lines 5-60 of schedule.py for similar code that performs the same function on Mac OS.

After you're done, replace line 62 on schedule.py with your code.