{"id":17688232,"url":"https://github.com/neroist/nimtk","last_synced_at":"2025-04-09T16:18:14.230Z","repository":{"id":241719632,"uuid":"787124394","full_name":"neroist/nimtk","owner":"neroist","description":"Nim bindings for tk","archived":false,"fork":false,"pushed_at":"2024-06-06T01:42:56.000Z","size":1384,"stargazers_count":16,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T16:17:59.414Z","etag":null,"topics":["gui","nim","tcl","tk","tkinter","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/neroist.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-04-15T23:47:19.000Z","updated_at":"2025-03-29T16:44:27.000Z","dependencies_parsed_at":"2024-05-29T20:59:29.752Z","dependency_job_id":"7a899cd7-0395-4d7b-80df-6497248cd754","html_url":"https://github.com/neroist/nimtk","commit_stats":null,"previous_names":["neroist/nimtk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neroist%2Fnimtk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neroist%2Fnimtk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neroist%2Fnimtk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neroist%2Fnimtk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neroist","download_url":"https://codeload.github.com/neroist/nimtk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065281,"owners_count":21041872,"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":["gui","nim","tcl","tk","tkinter","wrapper"],"created_at":"2024-10-24T11:43:52.720Z","updated_at":"2025-04-09T16:18:14.205Z","avatar_url":"https://github.com/neroist.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nimtk\n\nHigh level wrapper for Tk\n\n## Installation\n\nYou may install using nimble\n\n```sh\nnimble install nimtk\n```\n\nThis library only depends upon [`nimtcl`](https://github.com/neroist/nimtcl).\n\n## Usage/Documentation\n\nPlease see the [examples](/examples/) for library usage. This wrapper should be\n*similar enough* to tkinter and Tk to still be intuitive to use.\n\n## Differences from tkinter\n\nIn tkinter, the `Tk` object both serves as a the Tcl interpreter and the root window\nin for Tk. Instead, this is separated in `nimtk`, in which `Tk` only holds the Tcl\ninterpreter, and `Root` is the root window. Below is common code in all of the\nexamples:\n\n```nim\nimport nimtk/all\n\nlet\n  tk = newTk()\n  root = tk.getRoot()\n\n...\n```\n\nIf you want to emulate tkinter's behavior with nimtk (for whatever reason?),\n`nimtk/tkinter` contains some converters which may be of use. **Still discouraged\nthough!**\n\n## Wrapped functionality from Tk\n\nSee https://github.com/neroist/nimtk/issues/1","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneroist%2Fnimtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneroist%2Fnimtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneroist%2Fnimtk/lists"}