{"id":20475505,"url":"https://github.com/bemxio/virtual-school-bell","last_synced_at":"2026-05-18T05:46:52.630Z","repository":{"id":104228944,"uuid":"440490230","full_name":"bemxio/virtual-school-bell","owner":"bemxio","description":"A basic Python script to play a sound at a designated time","archived":false,"fork":false,"pushed_at":"2022-10-29T15:38:11.000Z","size":895,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T14:31:59.961Z","etag":null,"topics":["bell","keyboard","python","school","sound"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bemxio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-21T11:16:31.000Z","updated_at":"2022-10-29T15:35:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"6057548d-b048-4355-a0c9-fa58940baf27","html_url":"https://github.com/bemxio/virtual-school-bell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bemxio/virtual-school-bell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fvirtual-school-bell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fvirtual-school-bell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fvirtual-school-bell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fvirtual-school-bell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bemxio","download_url":"https://codeload.github.com/bemxio/virtual-school-bell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fvirtual-school-bell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33166885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bell","keyboard","python","school","sound"],"created_at":"2024-11-15T15:16:13.928Z","updated_at":"2026-05-18T05:46:52.605Z","avatar_url":"https://github.com/bemxio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# virtual-school-bell\na basic Python script to play a sound at a designated time.\n\n## getting started\n### Windows\n1. install Python 3.7+ (to check which version you have, run `python --version`)\n2. install `ffmpeg` (use [this tutorial](https://www.wikihow.com/Install-FFmpeg-on-Windows) to install it)\n3. (optional, only if you want to manually invoke the bell) install `keyboard` with `pip` (`python -m pip install keyboard`)\n\n### Linux\n1. install Python 3.7+ (to check which version you have, run `python3 --version`)\n2. install `ffmpeg` (`sudo apt-get install ffmpeg` or `pacman -S ffmpeg`, depends on your package manager)\n3. (optional, only if you want to manually invoke the bell) install `keyboard` with `pip` (`python3 -m pip install keyboard`)\n\n## configuration\nput in sections into `hours.ini` in the following format:\n```ini\n[hour]\nSoundPath=\u003cPATH_TO_SOUND_FILE\u003e\n```\nwhere:\n- `[hour]` is the time in a 24-hour format (e.g. `[13:15]`)\n- `SoundPath` is the path to the sound file to play (e.g. `SoundPath=sounds/default.wav`)\n\n## running\nto run it, just do it with `python main.py` (or `python3 main.py`)\n\nif you want to run it in the background, you can use `nohup python3 main.py` (linux only)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbemxio%2Fvirtual-school-bell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbemxio%2Fvirtual-school-bell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbemxio%2Fvirtual-school-bell/lists"}