{"id":15048666,"url":"https://github.com/gordonzhang2024/tkmarker","last_synced_at":"2026-02-12T02:35:20.198Z","repository":{"id":229166433,"uuid":"775908963","full_name":"GordonZhang2024/tkMarker","owner":"GordonZhang2024","description":"A Markdown editor using Tkinter","archived":false,"fork":false,"pushed_at":"2024-04-13T01:13:08.000Z","size":225,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T06:46:37.900Z","etag":null,"topics":["markdown-editor","markdown-to-html","python-gui-apps","python3","tkinter"],"latest_commit_sha":null,"homepage":"https://gordonzhang.pythonanywhere.com/projects/tkMarker/","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/GordonZhang2024.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}},"created_at":"2024-03-22T09:37:16.000Z","updated_at":"2024-04-16T12:32:21.703Z","dependencies_parsed_at":"2024-04-16T12:42:22.918Z","dependency_job_id":null,"html_url":"https://github.com/GordonZhang2024/tkMarker","commit_stats":null,"previous_names":["gordonzhang2024/tkmarker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GordonZhang2024/tkMarker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GordonZhang2024%2FtkMarker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GordonZhang2024%2FtkMarker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GordonZhang2024%2FtkMarker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GordonZhang2024%2FtkMarker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GordonZhang2024","download_url":"https://codeload.github.com/GordonZhang2024/tkMarker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GordonZhang2024%2FtkMarker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273539293,"owners_count":25123499,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["markdown-editor","markdown-to-html","python-gui-apps","python3","tkinter"],"created_at":"2024-09-24T21:15:00.819Z","updated_at":"2026-02-12T02:35:20.162Z","avatar_url":"https://github.com/GordonZhang2024.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![logo](https://gordonzhang.pythonanywhere.com/static/tkMarker.png) tkMarker\n\nTutorial project: A light weight text editor\n\n[![Static Badge](https://img.shields.io/badge/Download%20-%20tkMarker?style=for-the-badge\u0026logo=github\u0026labelColor=black\u0026color=blue\u0026link=https%3A%2F%2Fgithub.com%2FGordonZhang2024%2FtkMarker%2Freleases)](https://github.com/GordonZhang2024/tkMarker/releases)\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/GordonZhang2024/tkMarker/python-app.yml)\n![GitHub forks](https://img.shields.io/github/forks/GordonZhang2024/tkMarker)\n![GitHub Repo stars](https://img.shields.io/github/stars/GordonZhang2024/tkMarker)\n![GitHub watchers](https://img.shields.io/github/watchers/GordonZhang2024/tkMarker)\n\n\n\n ![screenshot](https://github.com/GordonZhang2024/tkMarker/assets/159539185/0b343372-8f77-446c-a11c-4b3ced5d31ed)\n\n\n## Installation\n### Installing the dependencies\n###### GNU/Linux\nThis project requires **Tkinter**.\nTo install it, type command:\n```bash\n$ sudo apt-get install python-tk # On Debian based GNU/Linux distributions\n$ sudo dnf install python3-tkinter # On Fedora based GNU/Linux distributions\n```\n### Installing tkMarker\n###### GNU/Linux\nFirst, you need to [download a release](https://github.com/GordonZhang2024/tkMarker/releases) and extract the source tarball.\nThen, type command:\n```bash\n$ pip install -r requiremonts.txt\n$ ./install.sh\n```\n\u003e [!IMPORTANT]\n\u003e Please use Python \u003e= 3.8\n\n###  Creating desktop icon\nWrite this to `~/.local/share/applications/tkmarker.desktop`\n```\n[Desktop Entry]\nName=tkMarker\nExec=/home/\u003cyour-user-name\u003e/.local/bin/tkmarker\nType=Application\nIcon=\u003cpath/to/tkMarker\u003e/static/tkMarker.png\nCategories=Development;\nKeywords=Markdown;\n```\n\n## Usage\nType command:\n```bash\n$ tkmarker \u0026\n```\nYou will see the editor.\n\n\n## License\nMIT License\n\n---\n*This is a software with **ABSOLUTELY NO WARRANTY**.*\n\n*Feel free to report an issue.*\n**You are welcomed to start a pull request.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgordonzhang2024%2Ftkmarker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgordonzhang2024%2Ftkmarker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgordonzhang2024%2Ftkmarker/lists"}