{"id":18249963,"url":"https://github.com/giulic3/piremote","last_synced_at":"2026-04-13T08:31:55.763Z","repository":{"id":106642900,"uuid":"106334845","full_name":"giulic3/piremote","owner":"giulic3","description":"Web app controller for PDF presentations","archived":false,"fork":false,"pushed_at":"2017-10-09T21:02:22.000Z","size":274,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T06:37:56.518Z","etag":null,"topics":["python","raspberry-pi"],"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/giulic3.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":"2017-10-09T20:59:47.000Z","updated_at":"2018-08-21T15:28:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"a244e0dc-7597-4523-8c5d-2394d56880c0","html_url":"https://github.com/giulic3/piremote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/giulic3/piremote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giulic3%2Fpiremote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giulic3%2Fpiremote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giulic3%2Fpiremote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giulic3%2Fpiremote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giulic3","download_url":"https://codeload.github.com/giulic3/piremote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giulic3%2Fpiremote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"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":["python","raspberry-pi"],"created_at":"2024-11-05T09:41:59.108Z","updated_at":"2026-04-13T08:31:55.743Z","avatar_url":"https://github.com/giulic3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Piremote\n\nVery simple remote controller for PDF presentation. \nIt is part of a work that involves Raspberry Pis and video projecting and it is intended to be run on a Raspberry Pi Zero W.\n\n![Authentication page](screenshots/auth_page.jpg) \u0026nbsp; ![Main page](screenshots/main_page.jpg)\n\n### Prerequisites\nTo have a working environment for Piremote you need to have this software installed in your system:\n\n* Python 2.7+ or 3.3+\n* [PyUserInput](https://github.com/PyUserInput/PyUserInput) (depends on: [PyXlib](https://packages.debian.org/it/jessie/python-xlib))\n* [netifaces](https://pypi.python.org/pypi/netifaces)\n* [Tornado web framework](http://www.tornadoweb.org/en/stable/)\n\nYou can use this simple script to automatically install the needed software (this method was tested on a Raspbian Jessie OS 2017-07-05 image): \n\n```\n#! /bin/bash\n\nsudo apt update\n\n# get and install PyUserInput module for Python\ngit clone https://github.com/PyUserInput/PyUserInput.git\npython PyUserInput/setup.py install\n\n# install missing packages\nsudo apt install python-pip python-dev python-xlib\n\n# to avoid permission errors when installing extensions\nsudo chown -R $USER /usr/local/lib/python2.7/dist-packages/ \npip install netifaces\npip install tornado\n\n```\n\n### Installing and running\n\n\nTo get and run Piremote:\n\n```\ngit clone https://github.com/giulic3/pi-projector.git\ncd pi-projector/piremote/\npython -m piremote.main\n\n```\n\n## Usage\n\nYou can start Piremote with options to define specific behaviour\n\n```\npython -m piremote.main --address 192.168.1.71\npython -m piremote.main --port 8888\npython -m piremote.main --key yourkey\n```\nand combine them as you like.\n\n## Authors\n\n**Giulia Cantini** - giuliacantini3@gmail.com\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\nThis project was inspired and readapted from [rereremote](https://github.com/ntrrgc/rereremote/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiulic3%2Fpiremote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiulic3%2Fpiremote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiulic3%2Fpiremote/lists"}