{"id":24417122,"url":"https://github.com/444b/jaccuse","last_synced_at":"2026-05-14T12:32:03.226Z","repository":{"id":65612044,"uuid":"592049645","full_name":"444B/jaccuse","owner":"444B","description":"A simple python script to count the [interval] since [thing happened]","archived":false,"fork":false,"pushed_at":"2023-06-13T16:05:25.000Z","size":67,"stargazers_count":0,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T03:43:08.447Z","etag":null,"topics":["counter","raspberry-pi","timer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/444B.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-22T19:11:03.000Z","updated_at":"2023-01-31T18:01:56.000Z","dependencies_parsed_at":"2025-10-11T22:02:17.227Z","dependency_job_id":"7f681c14-a797-4124-9701-4284fd980ffa","html_url":"https://github.com/444B/jaccuse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/444B/jaccuse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/444B%2Fjaccuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/444B%2Fjaccuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/444B%2Fjaccuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/444B%2Fjaccuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/444B","download_url":"https://codeload.github.com/444B/jaccuse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/444B%2Fjaccuse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33024924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["counter","raspberry-pi","timer"],"created_at":"2025-01-20T08:15:29.976Z","updated_at":"2026-05-14T12:32:03.200Z","avatar_url":"https://github.com/444B.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jaccuse\n![Image](https://user-images.githubusercontent.com/15311579/214655423-8da5e44b-fbb2-4bb4-b9ef-6464e25b29cf.png)  \nA simple python script to countdown the number since a thing happened  \nIt makes use of the [sense_hat](https://pythonhosted.org/sense-hat/api/) python library for controlling the LEDs  \n\nFun fact: You dont need a physical pi to develop this!  \nYou can run the main.py script in [Trinket.io](https://trinket.io/sense-hat) to emulate a raspberry pi with a sense hat :)  \nIf you do emulate, just skip to copying the main.py code into the emulator IDE and hitting run. Otherwise,  \n\n## Physical Setup:\n\n### 1. Clone the Repo into home directory (or wherever, im not your mom so do whatever you want)\n```shell\ncd $HOME\ngit clone https://github.com/444B/jaccuse.git\n```\n\n### 2. apt update and install sense-hat\n```shell\nsudo apt update \u0026\u0026 sudo apt install sense-hat -y\n```\n- note, you can make a pip venv for this but it was giving me numpy warnings (???) despite the fact that I wasnt using numpy or pillow so I opted to skip the venv\n\n### 3. run file\n```shell\npython3 ~/jaccuse/main.py\n```\n\n### 4. (Optional) - add the python script to start up on physical pi startup\nopen /etc/rc.local  \n```shell\nsudo nano /etc/rc.local\n```\nadd the following in, right before the bottom line that says \"return 0\"  \n\n```shell\npython3 $HOME/jaccuse/main.py \u0026\n```\n\n\n# Documentation\n### 1. Orientation.  \nYou should see a \"?\" displayed. Use the Sense pi button (or arrow keys if emulated on trinket) to face the question make the right way  \nPress the button in (or Enter if emulated) to select this orientation.\n\n### 2. Duration Selection\nNext, the script needs to know how long you want to set the incremental timer  \nThe options are: Seconds, Minutes, Hours and Days.  \nCycle left and right to get the setting you want and then press the physical button IN (if emulated: press enter)  \nThe counter will now begin from zero and count up. Note that after 10, things get spooky so keep that in mind.  \n\n### 3. ???\n\n### 4. PROFIT\n\n# How to contribute\n- Check out the [Project Board](https://github.com/users/444B/projects/1/views/2?layout=board) for issues and things to fix / add\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F444b%2Fjaccuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F444b%2Fjaccuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F444b%2Fjaccuse/lists"}