How can I create a program to check my work schedule on weekends?

0
8
Asked By CuriousCoder42 On

I'm looking to create a simple program to keep track of my work schedule. I work a two-week rotating shift pattern, where I work weekends every other week. Is there a way to input a date and have the program tell me if I'm scheduled to work that weekend? Thanks in advance!

2 Answers

Answered By DirectDan On

It sounds like a straightforward programming challenge! Pick a language that interests you, like Python or JavaScript, and see if you can code it yourself. There are tons of beginner tutorials available that can help you get started!

FriendlyFinn -

Totally agree! Python would be a great choice, especially with libraries like Streamlit for a simple UI.

Answered By HelpfulHolly On

You might want to set this up as a recurring calendar event. It could be an easier solution than coding something from scratch. What kind of interface were you imagining that would be better than a calendar?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.