{"id":18734261,"url":"https://github.com/schctl/speck","last_synced_at":"2025-06-14T13:03:59.459Z","repository":{"id":195707683,"uuid":"652454722","full_name":"schctl/speck","owner":"schctl","description":"12th grade CS project","archived":false,"fork":false,"pushed_at":"2023-06-12T05:41:52.000Z","size":9696,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T13:53:34.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/schctl.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}},"created_at":"2023-06-12T05:41:36.000Z","updated_at":"2023-09-19T05:17:28.000Z","dependencies_parsed_at":"2023-09-19T09:51:08.689Z","dependency_job_id":null,"html_url":"https://github.com/schctl/speck","commit_stats":null,"previous_names":["schctl/speck"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schctl/speck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schctl%2Fspeck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schctl%2Fspeck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schctl%2Fspeck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schctl%2Fspeck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schctl","download_url":"https://codeload.github.com/schctl/speck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schctl%2Fspeck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259820784,"owners_count":22916544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-07T15:12:52.240Z","updated_at":"2025-06-14T13:03:59.431Z","avatar_url":"https://github.com/schctl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# speck\n\n`speck` is a minimal weather app and library to interact with [weatherapi.com]. It was created by\n[Sachin Cherian](https://github.com/schctl/) and [Nevin Jose](https://github.com/FaZe-Vulcan/)\nas their 12th grade Computer Science project and showcases some concepts in Python and\nsome popular development ideas.\n\nSome of the main ideas demonstrated are:\n- Usage of functions and classes in Python\n- Using packages and modules in Python to separate functionality in code\n- Distributing code as packages\n- Retrieving and storing data from a remote source\n- Serving that data using a GUI toolkit such as [Tkinter], and visualization with [matplotlib]\n- Using [Version Control] software like [git] to keep track of development and help with collaboration.\n\nSee the [Wiki] for more documentation on some concepts.\n\nSince the project has been completed, this repository will no longer be maintained.\n\n---\n\n[\u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/speck-wrapper?style=for-the-badge\" height=\"24\"\u003e](https://pypi.org/project/speck-wrapper/)\n[\u003cimg alt=\"LGTM\" src=\"https://img.shields.io/lgtm/grade/python/github/schctl/speck?style=for-the-badge\" height=\"24\"\u003e](https://lgtm.com/projects/g/schctl/speck/)\n[\u003cimg alt=\"Read the Docs\" src=\"https://img.shields.io/readthedocs/speck?style=for-the-badge\" height=\"24\"\u003e](https://speck.readthedocs.io/en/latest/)\n\n## Usage\n\n### The speck library\n\nSpeck is packaged publicly on PyPi as [`speck-wrapper`]\n\n```\npip install speck-wrapper\n```\n\nAlternatively, to install from source, first clone the repository and then use `pip` to install it.\n\n```\ngit clone https://github.com/schctl/speck.git\ncd speck\npip install .\n```\n\n`speck` can then be imported as a regular python module.\n\n```py\n\u003e\u003e\u003e import speck\n\u003e\u003e\u003e help(speck)\n```\n\n### GUI Frontend\n\nThe `speck` library must be installed for this to work, in addition to requirements listed in `app/requirements.txt`.\n\n```\n# From the repository's root directory\npip install -r app/requirements.txt\n```\n\nTo run the speck app, run `main.py` under `app`.\n\n```\ncd app \u0026\u0026 python main.py\n```\n\nThe username and password entry screen is a dummy. The username and password are `11C` and `11c2021`.\nSet the `SPECK_DEV` environment variable to make the app ignore the login screen.\n\n[wiki]: https://github.com/schctl/speck/wiki/\n[weatherapi.com]: https://www.weatherapi.com/\n[`speck-wrapper`]: https://pypi.org/project/speck-wrapper/\n[tkinter]: https://docs.python.org/3/library/tkinter.html\n[matplotlib]: https://matplotlib.org/\n[git]: https://git-scm.com/\n[version control]: https://en.wikipedia.org/wiki/Version_control\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschctl%2Fspeck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschctl%2Fspeck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschctl%2Fspeck/lists"}