armados/automaticschoolbell — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Automatic School Bell app in Python that I can run on a school computer and leave running all day. I want to be able to set a daily schedule for bells, have it play bell sounds or music at the right times, and optionally speak short announcements with text to speech. A small local web page or simple REST control would be great so I can start it, stop it, check status, and update the schedule without digging into code.

Please make it easy to set up with a config file, using a default config that I can copy and edit for my school. Use the sound and music folders for media, and make sure the app can actually play audio reliably. Keep the interface basic and practical, something a school staff member could use.

If anything is missing, look up the current docs online and fill in the gaps. I mainly want a working school bell system that is easy to run with python3 main.py.

Want more depth? Deep Reverse