{"id":15444252,"url":"https://github.com/jiri-one/easydict-gtk","last_synced_at":"2026-03-07T18:32:08.435Z","repository":{"id":147547803,"uuid":"359849092","full_name":"jiri-one/easydict-gtk","owner":"jiri-one","description":"The first open source translator which is completely open with dictionary data too.","archived":false,"fork":false,"pushed_at":"2024-05-17T15:39:14.000Z","size":19737,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-18T14:11:05.206Z","etag":null,"topics":["gtk3","gtk4","gtk4-python3","pygobject","python"],"latest_commit_sha":null,"homepage":"https://easydict.jiri.one","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jiri-one.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":"2021-04-20T14:40:50.000Z","updated_at":"2023-11-05T19:19:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"96decce7-a555-4e56-987f-6090e6601dff","html_url":"https://github.com/jiri-one/easydict-gtk","commit_stats":{"total_commits":24,"total_committers":3,"mean_commits":8.0,"dds":0.08333333333333337,"last_synced_commit":"dc463fa7d8959e66bf2e3aa2d76172418d8eef1e"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jiri-one/easydict-gtk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiri-one%2Feasydict-gtk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiri-one%2Feasydict-gtk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiri-one%2Feasydict-gtk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiri-one%2Feasydict-gtk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiri-one","download_url":"https://codeload.github.com/jiri-one/easydict-gtk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiri-one%2Feasydict-gtk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30226246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T18:12:09.766Z","status":"ssl_error","status_checked_at":"2026-03-07T18:11:58.786Z","response_time":53,"last_error":"SSL_read: 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":["gtk3","gtk4","gtk4-python3","pygobject","python"],"created_at":"2024-10-01T19:39:58.003Z","updated_at":"2026-03-07T18:32:08.410Z","avatar_url":"https://github.com/jiri-one.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyDict\nThe first open source translator which is completely open with dictionary data too. The homepage is http://easydict.jiri.one. On this page you can also try the search results, which will be the same as in the app (however, the web application does not use TinyDB+orjson as a backend, but uses RethinkDB - the source data is the same). \n**The application is at an early stage of development, but the features and dictionaries that have already been implemented work very well.**\n\n## What is it\n\nEasyDict is a simple translator that will translate, typically, one word in one language into another language. This translator has several, sometimes unique, features. \n\n1. It is written in Python.\n2. It uses the fastest json implementation for storing dictionaries - [orjson](https://github.com/ijl/orjson) (own orjson storage for [TinyDB](https://tinydb.readthedocs.io)).\n3. The user interface is written in [PyGObject](https://pygobject.readthedocs.io) (GTK3.0).\n4. The application starts hidden in tray and tapping tray brings up the main application window - [xapp](https://github.com/linuxmint/xapp) library is used.\n5. If you have the main application window displayed, it is displayed on top and overlays all other windows. In this mode, the app monitors the clipboard and automatically translates the words you copy into it.\n6. You can use either a whole word search or a full-text.\n\n## Currently available dictionaries\nCurrently only Czech-English and English-Czech dictionaries are available. This dictionary data comes from the http://svobodneslovniky.cz project (the dictionary data is therefore governed by the GNU/FDL license).\n\nScreenshots\n---\n\n\n| Welcome Screen| Search Screen |\n| -------- | -------- |\n| ![](https://i.imgur.com/aTeNxq7.png)     | ![](https://i.imgur.com/tWvsQeQ.png)     |\n\nHow to install it and use it\n---\nBecause, the app is writen in Python, you can simply install from PyPi:\n`pip install easydict-gtk`\nand run it with:\n`easydict-gtk`\nThe second option to install easydict-gtk is to use Flatpak:\n`flatpak install -y one.jiri.easydict-gtk`\nand run it with:\n`flatpak run one.jiri.easydict-gtk`\nNote: In Flatpak version is not supported tray icon, if you need tray, you have to use classic version from PyPi or from source code.\n\nDependencies:\n---\nEverything should be automatically installed by pip: tinydb, orjson, pycairo, PyGObject\n\nTo-Do-List\n---\n- [X] get the homepage https://easydict.jiri.one back online\n- [ ] create tests for backend\n- [ ] add the possibility to use other dictionaries\n- [ ] optimize the application for touch control so that it can be run on Phosh - https://puri.sm/projects/phosh/ using libhandy - https://gitlab.gnome.org/GNOME/libhandy\n- [X] ? maybe swith to poetry\n- [X] create FlatPak package and publish it on FlatHub\n- [ ] create ArchLinux package an publish it on AUR\n- [ ] ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiri-one%2Feasydict-gtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiri-one%2Feasydict-gtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiri-one%2Feasydict-gtk/lists"}