{"id":15015404,"url":"https://github.com/evan-stromatias/derdiedas","last_synced_at":"2026-04-03T12:30:15.865Z","repository":{"id":252652378,"uuid":"838876670","full_name":"evan-stromatias/DerDieDas","owner":"evan-stromatias","description":"A Kivy desktop app to practice German nouns","archived":false,"fork":false,"pushed_at":"2024-08-16T11:39:44.000Z","size":3884,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T21:06:48.379Z","etag":null,"topics":["german","kivy","nouns","python","sqlite"],"latest_commit_sha":null,"homepage":"","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/evan-stromatias.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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-08-06T14:12:44.000Z","updated_at":"2024-08-21T12:12:27.000Z","dependencies_parsed_at":"2024-08-16T12:50:14.016Z","dependency_job_id":null,"html_url":"https://github.com/evan-stromatias/DerDieDas","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"2d5a06ec8ee20c4bc2b6c6d50a5b5c28979f0d86"},"previous_names":["evan-stromatias/derdiedas"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evan-stromatias%2FDerDieDas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evan-stromatias%2FDerDieDas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evan-stromatias%2FDerDieDas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evan-stromatias%2FDerDieDas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evan-stromatias","download_url":"https://codeload.github.com/evan-stromatias/DerDieDas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239964468,"owners_count":19725946,"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":["german","kivy","nouns","python","sqlite"],"created_at":"2024-09-24T19:47:25.613Z","updated_at":"2026-04-03T12:30:15.803Z","avatar_url":"https://github.com/evan-stromatias.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐙 Der Die Das 📚 \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"src/der_die_das/assets/images/demo.gif\" /\u003e\n\u003c/p\u003e\n\nThe `Der Die Das` is a [Kivy](https://kivy.org/) desktop app to practice the German nouns (gender, plural, translation, etc).\n\n## 🔍 Prerequisites \n\n- [Python 3.12](https://www.python.org/downloads/release/python-3125/)\n- (Optional) [Poetry](https://python-poetry.org/)\n\n## 👟 Running\n\n### Without using Poetry\n\n```\npython3.12 -m venv .venv\nsource .venv/bin/activate\npip install -e .\n```\nFinally you may run the `Der Die Das` app by executing:\n```\nderdiedas\n```\n\n### Build \u0026 install using Poetry\nBuild the Python project by running: \n\n```\npoetry build\n```\n\nThen install the python package:\n\n```\npython3.12 -m pip install /dist/der_die_das-0.1.0.tar.gz\n```\n\nFinally you may run the `Der Die Das` app by executing:\n```\nderdiedas\n```\n\n## 🏗️ Developing\n\n```\npoetry install\n```\n\n```\npoetry run derdiedas\n```\n\n## 📈 German Nouns Data\n\nThe [`./data/all_chapters.csv`] (data/all_chapters.csv) file  has all the data required to run this application. The first time you run the app run it will read the data from the `csv` file and load them to an [sqlite](https://www.sqlite.org/) database.\n\nHowever, it's possible to also use your own `csv` file. The only requirement is that it needs to have the following headers:\n\n- `gender`\n- `noun`\n- `plural`\n- `translation`\n\nFor example:\n\n```\ngender,noun,plural,translation\ndie,Begrüßung,-en,the greeting\ndas,Foto,-s,the photo\nder,Herr,-en,the gentleman\n```\n\nthen you can load the `csv` data to the database by running:\n```\npoetry run derdiedas_db -c PATH/TO/YOUR/CSV/FILE.csv\n```\n\nAlternatively if you have installed the project without Poetry:\n```\nderdiedas_db -c PATH/TO/YOUR/CSV/FILE.csv\n```\n\n# 🤌🏻 Future work\n- Port to Android\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevan-stromatias%2Fderdiedas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevan-stromatias%2Fderdiedas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevan-stromatias%2Fderdiedas/lists"}