{"id":24165969,"url":"https://github.com/douglashalse/snackattacktrack","last_synced_at":"2025-09-20T10:33:03.129Z","repository":{"id":265551120,"uuid":"895760657","full_name":"DouglasHalse/snackAttackTrack","owner":"DouglasHalse","description":"Snack Attack Track is a kiosk management software for small, trust based stores","archived":false,"fork":false,"pushed_at":"2025-01-12T11:27:03.000Z","size":6325,"stargazers_count":1,"open_issues_count":12,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T12:29:07.800Z","etag":null,"topics":["kiosk","kivy","python","raspberry-pi","selling-platform","store","trust-based-interaction"],"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/DouglasHalse.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-11-28T21:05:42.000Z","updated_at":"2025-01-12T11:25:29.000Z","dependencies_parsed_at":"2024-12-15T14:28:29.302Z","dependency_job_id":"d5c31b4e-9bb8-4c60-a090-1a49bff0bbb6","html_url":"https://github.com/DouglasHalse/snackAttackTrack","commit_stats":null,"previous_names":["douglashalse/snackattacktrack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DouglasHalse%2FsnackAttackTrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DouglasHalse%2FsnackAttackTrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DouglasHalse%2FsnackAttackTrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DouglasHalse%2FsnackAttackTrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DouglasHalse","download_url":"https://codeload.github.com/DouglasHalse/snackAttackTrack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233655324,"owners_count":18709260,"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":["kiosk","kivy","python","raspberry-pi","selling-platform","store","trust-based-interaction"],"created_at":"2025-01-12T20:13:27.513Z","updated_at":"2025-09-20T10:33:03.118Z","avatar_url":"https://github.com/DouglasHalse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snack Attack Track\n\nSnack Attack Track is a subscription/membership management software meant to run on a raspberry pi with a touchscreen.\n\n## Setup development environment\n\n\u003e [!TIP]\n\u003e If you are trying to follow these steps for the first time, PLEASE let us know if you run into any problems so we can update the setup process\n\n### Windows\n\n#### Prerequisites\n\n1. Python 3.9 (preferably installed [from the Microsoft store](ms-windows-store://pdp/?ProductId=9p7qfqmjrfp7))\n2. [git](https://git-scm.com/download/win)\n\n#### Recommended dev-tools\n\n1. [GitHub Desktop](https://desktop.github.com/download) (if you prefer GUI for git)\n2. [Visual Studio Code](https://code.visualstudio.com/download)\n\n#### Installation\n\nClone the repository either with GUI or following terminal commands\n\n```shell\ngit clone https://github.com/DouglasHalse/snackAttackTrack.git\n.\\setupDevEnvironmentWindows.bat\n```\n\n#### Start GUI with debugging (with Visual Studio Code)\n\n1. In Visual Studio Code: Select `File \u003e Open Folder...` and select the cloned repository\n2. Hit \u003ckbd\u003e^ Ctrl\u003c/kbd\u003e + \u003ckbd\u003e⇧ Shift\u003c/kbd\u003e + \u003ckbd\u003eP\u003c/kbd\u003e and write `select interpreter` and click `Python: Select Interpreter`\n3. Select the Python executable found in `venv/Scripts/python.exe`\n4. Hit \u003ckbd\u003eF5\u003c/kbd\u003e to start debugging with the preset `Python: Run Snack Attack Track GUI`\n\n#### Start GUI without debugging\n\nRun `runGuiWindows.bat`\n\n### Linux\n\n#### Prerequisites\n\n1. Python 3.9 or Python 3.10\n\n#### Recommended dev-tools\n\n1. [GitKraken Client](https://www.gitkraken.com/download) if you prefer GUI for git\n2. [Visual Studio Code](https://code.visualstudio.com/download)\n\n#### Installation\nClone the repository either with GUI or following terminal commands\n\n```shell\ngit clone https://github.com/DouglasHalse/snackAttackTrack.git\nbash setupDevEnvironmentUbuntu.sh\n```\n\n#### Start GUI with debugging (with Visual Studio Code)\n\n1. In Visual Studio Code: Select `File \u003e Open Folder...` and select the cloned repository\n2. Hit \u003ckbd\u003e^ Ctrl\u003c/kbd\u003e + \u003ckbd\u003e⇧ Shift\u003c/kbd\u003e + \u003ckbd\u003eP\u003c/kbd\u003e and write `select interpreter` and click `Python: Select Interpreter`\n3. Select the Python executable found in `venv/bin/python`\n4. Hit \u003ckbd\u003eF5\u003c/kbd\u003e to start debugging with the preset `Python: Run Snack Attack Track GUI`\n\n#### Start GUI without debugging\n\n1. Run `bash runGuiUbuntu.sh` in a terminal\n\n### Debugging gui layouts\n1. Press \u003ckbd\u003e^ Ctrl\u003c/kbd\u003e + \u003ckbd\u003eE\u003c/kbd\u003e to start kivy inspector\n\n### Pre-commit\nThis will run `pylint` and `black` to format the code and check for any violations of the `PEP 8` Python coding standards.\n\n```shell\npip install black pylint pre-commit\npre-commit install\npre-commit run -a\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouglashalse%2Fsnackattacktrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdouglashalse%2Fsnackattacktrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouglashalse%2Fsnackattacktrack/lists"}