{"id":17017360,"url":"https://github.com/kourva/callcenter","last_synced_at":"2025-04-12T09:36:49.486Z","repository":{"id":244464757,"uuid":"815318075","full_name":"Kourva/CallCenter","owner":"Kourva","description":"I honestly have no idea for this section, just enjoy this TTS made in Flet","archived":false,"fork":false,"pushed_at":"2024-08-28T16:34:26.000Z","size":108,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T04:34:30.957Z","etag":null,"topics":["flet-app","gui","python-gui","python3","tts","tts-api"],"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/Kourva.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-14T21:04:07.000Z","updated_at":"2025-03-05T06:36:54.000Z","dependencies_parsed_at":"2024-06-14T22:31:30.801Z","dependency_job_id":"a73a91b4-15c2-4069-aed8-3c2143fe57b7","html_url":"https://github.com/Kourva/CallCenter","commit_stats":null,"previous_names":["kourva/callcenter","kozyol/callcenter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FCallCenter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FCallCenter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FCallCenter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FCallCenter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kourva","download_url":"https://codeload.github.com/Kourva/CallCenter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248547095,"owners_count":21122446,"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":["flet-app","gui","python-gui","python3","tts","tts-api"],"created_at":"2024-10-14T06:36:26.318Z","updated_at":"2025-04-12T09:36:49.451Z","avatar_url":"https://github.com/Kourva.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\u003ctable align=\"center\"\u003e\n  \u003ctbody align=\"center\"\u003e\n    \u003ctr align=\"center\"\u003e\n        \u003cimg src=\"https://github.com/Kourva/CallCenter/assets/118578799/e259e98e-0cdb-4156-8101-a606416ea76b\" width=\"80px;\" alt=\"Azerbaijan\"/\u003e\n        \u003cimg src=\"https://github.com/Kourva/CallCenter/assets/118578799/40f63c88-3e0f-4f28-ae2b-95f5b0f60d67\" width=\"80px;\" alt=\"India\"/\u003e\n        \u003cimg src=\"https://github.com/Kourva/CallCenter/assets/118578799/3cd2858f-25db-4ac1-bc06-cc84162e83bb\" width=\"80px;\" alt=\"Iran\"/\u003e\n        \u003cimg src=\"https://github.com/Kourva/CallCenter/assets/118578799/78f4128c-09e2-49b7-819c-5c840733af67\" width=\"80px;\" alt=\"Japan\"/\u003e\n        \u003cimg src=\"https://github.com/Kourva/CallCenter/assets/118578799/58c8da1e-d019-4848-9708-c3a4f5b5c799\" width=\"80px;\" alt=\"Turkey\"/\u003e\n        \u003cimg src=\"https://github.com/Kourva/CallCenter/assets/118578799/1ee41a11-3c76-4e36-9a7a-2b4e0afe7504\" width=\"80px;\" alt=\"Afghanistan\"/\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n  \u003ch3\u003e\u003cb\u003eCall Center\u003c/b\u003e\u003c/h3\u003e\n  \u003cp\u003eGUI TTS app made in Flet\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg align=\"center\" src=\"https://github.com/Kourva/CallCenter/assets/118578799/72e45da1-af6b-4197-9ea8-e9857faa15a1\"/\u003e\n\u003c/div\u003e\n\n# Installation\n1. **Clone CallCenter repository**:\n    ```bash\n    git clone https://github.com/Kourva/CallCenter\n    ```\n2. **Nevigate to source file**:\n    ```bash\n    cd CallCenter\n    ```\n3. **Create virtual environment**:\n    ```bash\n    virtualenv venv \u0026\u0026 source venv/bin/activate\n    ```\n    \u003e Note that you may need to execute different activate file based on your shell\n4. **Install requirements**:\n    ```bash\n    pip install -r requirements.txt\n    ```\n5. **Run the app using flet or python**:\n    ```bash\n    flet run main.py\n    ```\n    ```bash\n    python main.py\n    ```\n\n# Flet Issue\nIf you got this error on flet: libmpv.so.1 not found (when libmpv is already installed):\n```bash\n sudo ln -s /usr/lib/libmpv.so /usr/lib/libmpv.so.1\n```\n\n# Thanks to lazypy.ro for API\nCheck out [**lazypy**](https://lazypy.ro) for more tts voices...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Fcallcenter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkourva%2Fcallcenter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Fcallcenter/lists"}