{"id":19641445,"url":"https://github.com/tbgracy/timetable","last_synced_at":"2026-05-17T18:02:18.325Z","repository":{"id":179728848,"uuid":"663906761","full_name":"tbgracy/timetable","owner":"tbgracy","description":"A timetable generator app for the Weekly Coding Challenge 3rd Edition","archived":false,"fork":false,"pushed_at":"2023-07-09T14:46:28.000Z","size":87,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-16T11:23:08.921Z","etag":null,"topics":["cli","python","techzara-wcc3","timetable"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tbgracy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-07-08T12:06:29.000Z","updated_at":"2024-12-11T20:53:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5d32112-dda9-4e80-85a0-8f168faa222d","html_url":"https://github.com/tbgracy/timetable","commit_stats":null,"previous_names":["tbgracy/timetable"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tbgracy/timetable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbgracy%2Ftimetable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbgracy%2Ftimetable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbgracy%2Ftimetable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbgracy%2Ftimetable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbgracy","download_url":"https://codeload.github.com/tbgracy/timetable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbgracy%2Ftimetable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33149519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cli","python","techzara-wcc3","timetable"],"created_at":"2024-11-11T14:09:23.043Z","updated_at":"2026-05-17T18:02:18.058Z","avatar_url":"https://github.com/tbgracy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timetable 📊\n\n![screenshot](screenshot.png)\n\n## 📰 Description \nA CLI tool that allow you to generate a timetable for your school or university such that : \n - A subject can't be seen on two consecutive days\n - A subject have a minimum of 2 hours per week and a maximum of 6\n - The timetable is divided in slots of 1 hours\n - The subjects are distributed between monday morning and saturady morning\n - Morning classes begin at 8:30 and end at 12:30\n - Afternoon classes begin at 13:30 and end at 17:30\n\n ## 📦 Installation \n\n ### 🌐 Installation with [PIP](https://pypi.org/)\n You can install it using remote [PIP repository](https://pypi.org/project/wcc-timetable-generator/) as follows :\n ```bash\n pip install wcc-timetable-generator\n ```\n\n ### 💻 Installation from source\n\nTo install this project from source, you first have to clone this repo and install [poetry](https://python-poetry.org/) with pip : `pip install poetry`.\nThen, go to the root directory and run the following commands : \n```bash\npoetry install # install all the necessary dependencies\npoetry build\npoetry run python -m wcc_timetable_generator \n```\n\n## 🖱 Usage\nIf you installed it with pip, this is how to run the project : \n```bash\nwcc-timetable-generator\n```\nNB : In some case it may not run so you need to install it as administrator (using `sudo` on Linux or macOS or running the command prompt as administrator on Windows) or run as `python -m wcc_timetable_generator`.\n\nIf you installed it locally, this is how to run the project : \n```bash\npoetry run python -m wcc_timetable_generator \n```\nA GUI-like UI will appear, you can enter the number of hours per week for each subject that must be between 2  and 6 (otherwise it won't generate the timetable). Then, click on the `Generate` button to generate the timetable. If you want to quit, click on the `Quit` button. A random timetable based on the constraints will appear. \nYou can click on the `Generate` button to generate another timetable.\nYou can also edit the number of hours before re-generating.\n\n## ✅ Roadmap\n- [x] Add the algorithm \n- [x] Add GUI-like UI\n- [x] Publish to PyPI\n- [ ] Add an animated GIF as demo to `README.md`\n- [x] Write tests\n- [x] Add quit button\n- [x] Print error messages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbgracy%2Ftimetable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbgracy%2Ftimetable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbgracy%2Ftimetable/lists"}