{"id":15567171,"url":"https://github.com/pybites-open-source/italki-class-assistant","last_synced_at":"2025-04-24T00:02:49.869Z","repository":{"id":188541970,"uuid":"678905568","full_name":"PyBites-Open-Source/italki-class-assistant","owner":"PyBites-Open-Source","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-18T08:50:46.000Z","size":29,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T00:02:29.809Z","etag":null,"topics":["hacktoberfest","italki"],"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/PyBites-Open-Source.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":"2023-08-15T16:49:43.000Z","updated_at":"2024-10-03T14:26:46.000Z","dependencies_parsed_at":"2024-10-02T17:10:00.410Z","dependency_job_id":"e81f9c45-17ac-431d-82d9-b3b5b21d64c0","html_url":"https://github.com/PyBites-Open-Source/italki-class-assistant","commit_stats":null,"previous_names":["bbelderbos/italki-class-assistant","pybites-open-source/italki-class-assistant"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyBites-Open-Source%2Fitalki-class-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyBites-Open-Source%2Fitalki-class-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyBites-Open-Source%2Fitalki-class-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyBites-Open-Source%2Fitalki-class-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyBites-Open-Source","download_url":"https://codeload.github.com/PyBites-Open-Source/italki-class-assistant/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535088,"owners_count":21446507,"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":["hacktoberfest","italki"],"created_at":"2024-10-02T17:10:05.852Z","updated_at":"2025-04-24T00:02:49.841Z","avatar_url":"https://github.com/PyBites-Open-Source.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Italki Class Assistant\n\nThis script / repo is to quickly look up words in different target languages as I am talking with my teachers on Italki 💪\n\nIt uses [Googletrans](https://py-googletrans.readthedocs.io/en/latest/) but note that due to [an issue](https://github.com/ssut/py-googletrans/issues/383) it uses [a pre-release](https://pypi.org/project/googletrans/3.1.0a0/)\n\n## Installation\n\n1. Create Virtual Environment\n\n    ```bash\n    $ python3 -m venv venv\n    ```\n\n2. Activate Environment\n\n    ```bash\n    $ source venv/bin/activate # Mac/Linux\n    $ venv\\Scripts\\activate # Windows\n    ```\n\n3. Install Dependencies\n\n    ```bash\n    $ pip install -r requirements.txt\n    ```\n\n4. Setup Database\n\n    ```bash\n    $ python3 db.py\n    ```\n\n5. (Optional) Copy `.env-template`\n\n    ```bash\n    $ cp .env-template .env\n    ```\n    `.env` file should now exist.\n\n6. (Optional) Configure Default Language in `.env`\n\n    If you want to start the app with a pre-selected language, you can set the `ITALKI_ACTIVATE_LANGUAGE_CODE` environment variable in the `.env` file.\n\n    EXAMPLE:\n    ```js\n    ITALKI_ACTIVATE_LANGUAGE_CODE=\"fr\"\n    ```\n\n## Running\n\n1. Running GUI (Graphical User Interface)\n\n    ```bash\n    $ python3 gui.py\n    ```\n\n2. Running CLI (Cammand Line Interface)\n\n    ```\n    $ python3 main.py\n    ```\n\nEnjoy 😎 and boost your language learning 📈\n\n\u003cimg width=\"661\" alt=\"image\" src=\"https://github.com/bbelderbos/italki-class-assistant/assets/387927/24515798-9f32-40b5-985e-9c424ed5fbe1\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpybites-open-source%2Fitalki-class-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpybites-open-source%2Fitalki-class-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpybites-open-source%2Fitalki-class-assistant/lists"}