{"id":24731232,"url":"https://github.com/randomsearch18/kivy-flash-cards","last_synced_at":"2026-05-09T01:06:58.524Z","repository":{"id":242680950,"uuid":"810245480","full_name":"RandomSearch18/kivy-flash-cards","owner":"RandomSearch18","description":"Learning to use the Kivy Python app framework with a simple flash cards program","archived":false,"fork":false,"pushed_at":"2024-08-30T23:19:57.000Z","size":137,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T15:49:08.840Z","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/RandomSearch18.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":"2024-06-04T10:25:02.000Z","updated_at":"2024-08-30T23:20:01.000Z","dependencies_parsed_at":"2024-06-04T12:10:54.136Z","dependency_job_id":"98bafb07-af20-4156-b97d-0e334c2f3f2f","html_url":"https://github.com/RandomSearch18/kivy-flash-cards","commit_stats":null,"previous_names":["randomsearch18/kivy-flash-cards"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/RandomSearch18/kivy-flash-cards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomSearch18%2Fkivy-flash-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomSearch18%2Fkivy-flash-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomSearch18%2Fkivy-flash-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomSearch18%2Fkivy-flash-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RandomSearch18","download_url":"https://codeload.github.com/RandomSearch18/kivy-flash-cards/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomSearch18%2Fkivy-flash-cards/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32803626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-01-27T16:12:07.981Z","updated_at":"2026-05-09T01:06:58.495Z","avatar_url":"https://github.com/RandomSearch18.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kivy flashcard program\n\n[![Built during Arcade 2024](https://badges.api.lorebooks.wiki/badges/hackclub/arcade)](https://hackclub.com/arcade)\n\n\u003e A simple, cross-platform flashcard program built using Python and Kivy\n\n## Installation\n\nThe program is currently in development, so the easiest way to run it on desktop platforms is by following the [development instructions](#development-instructions).\n\n### Linux packages\n\nI have not yet worked out how to do this! Feel free to DM me or open an issue if you have ideas to share.\n\n### Android\n\nThe program can also be run as an Android app. Debug builds are available from the [Releases tab](https://github.com/RandomSearch18/kivy-flash-cards/releases)\n\n## Screenshots\n\n![The flashcards program running on desktop Linux, showing the question part of a flashcard](assets/desktop/question.png)\n![The flashcards program running on Android, with a popup for editing the flashcards data and an on-screen keyboard](assets/android/editor.png)\n\n## Development instructions\n\n### Running on desktop Linux\n\n1. `python3 -m venv .venv`\n2. Activate venv\n3. `pip install -r requirements.txt`\n4. Run `src/main.py`\n\nBy default, flashcards are written to and read from `flashcards.csv` in the current working directory. Optionally, you can point the program to a different flashcards CSV file by providing it as a command-line argument, e.g. `src/main.py path/to/flashcards.csv`.\n\n### Building for Android\n\n1. Clone the [Buildozer](https://github.com/kivy/buildozer) repo, change directory into it, and build the docker image with `docker build --tag=kivy/buildozer .`\n2. Change directory back to this repo, run and build a debug APK with `docker run -v $HOME/.cache/buildozer:/home/user/.buildozer -v $(pwd):/home/user/hostcwd kivy/buildozer android debug`\n3. Copy the APK from the `bin/` directory to your Android device and install it\n\nBy default, the APK will be built for `arm64-v8a` devices. This can be changed in `buildozer.spec`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomsearch18%2Fkivy-flash-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandomsearch18%2Fkivy-flash-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomsearch18%2Fkivy-flash-cards/lists"}