{"id":16831060,"url":"https://github.com/inputforge/pixelbot","last_synced_at":"2025-07-09T13:08:21.411Z","repository":{"id":244303509,"uuid":"814850906","full_name":"inputforge/pixelbot","owner":"inputforge","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-21T19:20:11.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T11:10:27.157Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inputforge.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}},"created_at":"2024-06-13T20:56:52.000Z","updated_at":"2024-07-13T05:17:56.000Z","dependencies_parsed_at":"2024-06-22T07:29:29.674Z","dependency_job_id":"ff031c7a-b25b-448f-8900-67a2b0b2502e","html_url":"https://github.com/inputforge/pixelbot","commit_stats":null,"previous_names":["recrsn/pixelbot","inputforge/pixelbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/inputforge/pixelbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inputforge%2Fpixelbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inputforge%2Fpixelbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inputforge%2Fpixelbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inputforge%2Fpixelbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inputforge","download_url":"https://codeload.github.com/inputforge/pixelbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inputforge%2Fpixelbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264465847,"owners_count":23612580,"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-10-13T11:42:03.779Z","updated_at":"2025-07-09T13:08:21.391Z","avatar_url":"https://github.com/inputforge.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pixelbot\n\nA retro-themed display to show ambient information, like the weather,\ncalendar events, and more.\n\n## Installation\n\n## Hardware\n\n1. Raspberry Pi (tested on a Raspberry Pi 4 and 5, but should work on any model)\n2. 7\" touchscreen display (1024x600), e.g.\n    - [7\" HDMI LCD](https://www.waveshare.com/7inch-hdmi-lcd-c.htm)\n    - [7\" DSI LCD](https://www.waveshare.com/7inch-dsi-lcd-c.htm)\n    - [Raspberry Pi 7\" Touchscreen Display](https://www.raspberrypi.org/products/raspberry-pi-touch-display/)\n      You can use a different display, but you will need to adjust the resolution in the code.\n\n### From source\n\nShould work with Raspberry Pi OS, Debian bookworm, Ubuntu 22.04, and\nother Debian-based distributions.\n\n1. Prepare the Raspberry Pi:\n    - Install the latest Raspberry Pi OS (Bullseye) with desktop.\n    - Enable SSH and VNC in the Raspberry Pi configuration.\n    - Update the system:\n      ```\n      sudo apt update\n      sudo apt upgrade\n      ```\n    - Install the necessary dependencies:\n      ```\n      sudo apt install \\\n        python3-wxpython \\\n        python3-babel \\\n        python3-requests \\\n        python3-icalendar\n      ```\n    - Contrary to established practice, we don't use a virtual environment here as some pre-compiled\n      wheels are not available for aarch64 and we don't want to compile them on the Raspberry Pi.\n2. Clone the repository\n3. Run `python3 -m pixelbot --fullscreen` to start the application.\n\n## Widgets\n\nPixelbot comes with a few widgets out of the box.\nYou can add more by creating a new widget in the `widgets` directory.\n\n### Clock\n\nShows the current time.\n\n![Screenshot](screenshots/clock.png)\n\n### Calendar\n\nShows the next event in your calendar.\n\n![Screenshot](screenshots/calendar.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finputforge%2Fpixelbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finputforge%2Fpixelbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finputforge%2Fpixelbot/lists"}