{"id":28559156,"url":"https://github.com/toastdriven/mathpractice","last_synced_at":"2025-06-10T08:36:19.717Z","repository":{"id":53650132,"uuid":"223690167","full_name":"toastdriven/mathpractice","owner":"toastdriven","description":"Math practice (for the kiddos)","archived":false,"fork":false,"pushed_at":"2021-03-20T02:20:14.000Z","size":143,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T16:54:57.481Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toastdriven.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}},"created_at":"2019-11-24T04:04:47.000Z","updated_at":"2021-06-15T17:44:01.000Z","dependencies_parsed_at":"2022-09-22T03:50:59.093Z","dependency_job_id":null,"html_url":"https://github.com/toastdriven/mathpractice","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fmathpractice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fmathpractice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fmathpractice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fmathpractice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toastdriven","download_url":"https://codeload.github.com/toastdriven/mathpractice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fmathpractice/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259039644,"owners_count":22796881,"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":"2025-06-10T08:36:10.074Z","updated_at":"2025-06-10T08:36:19.696Z","avatar_url":"https://github.com/toastdriven.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mathpractice\n\nAn app to help with practicing basic maths.\n\n\n## Why?\n\nTo help my kids practice their basic math skills.\n\n* Purposely a small app that doesn't deal with all the error states.\n* Purposely doesn't have authentication.\n* Simple in design \u0026 implementation.\n\n\u003e **Note:** I'm running this app on a Raspberry Pi on my home network,\n\u003e siloed off from the rest of the internet. I'd **highly** recommend doing\n\u003e some similar (either just running locally or home network at most).\n\u003e\n\u003e **DO NOT EXPOSE THIS ON THE BROADER INTERNET!**\n\n\n## Images\n\n![choices](./readme_images/choices.png)\n![problem](./readme_images/problem.png)\n![summary](./readme_images/summary.png)\n\n\n## Setup\n\n```\n$ git clone git@github.com:toastdriven/mathpractice.git\n$ cd mathpractice\n$ pipenv install\n\n$ cd mathpractice\n$ python\n\n\u003e\u003e\u003e import app\n\u003e\u003e\u003e app.db.create_tables([app.Problem])\n```\n\n## Running\n\n```\n$ pipenv shell\n\n# Export the valid names to be displayed in the app.\n$ export APP_NAMES=\"daniel,john,jane\"\n\n# Optional, to enable debug mode.\n# $ export APP_DEBUG=1\n\n$ cd mathpractice\n$ python app.py\n\n# Alternatively, if you'll be changing the code, some hot-reloading...\n# $ pipenv install gunicorn\n# $ gunicorn -w 1 -t 0 app:app\n```\n\nThen hit up http://127.0.0.1/ in your browser.\n\n## License\n\nNew BSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fmathpractice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoastdriven%2Fmathpractice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fmathpractice/lists"}