{"id":18717163,"url":"https://github.com/akascape/tknodesystem","last_synced_at":"2025-04-09T16:06:30.161Z","repository":{"id":166305372,"uuid":"640477739","full_name":"Akascape/TkNodeSystem","owner":"Akascape","description":"Create visual node-based UI with Tkinter!","archived":false,"fork":false,"pushed_at":"2024-08-18T14:21:23.000Z","size":173,"stargazers_count":130,"open_issues_count":1,"forks_count":13,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-09T16:06:21.671Z","etag":null,"topics":["customtkinter","directed-acyclic-graph","flow-based-programming","node-based-ui","node-module","node-system","nodes","tk-nodes","tkinter-gui","tkinter-python","tknodes","tknodesystem","visual-nodes","visual-scripting"],"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/Akascape.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":"2023-05-14T08:12:45.000Z","updated_at":"2025-04-06T02:38:12.000Z","dependencies_parsed_at":"2023-06-09T06:15:08.234Z","dependency_job_id":"80bca207-1087-4164-9482-64403e1b5730","html_url":"https://github.com/Akascape/TkNodeSystem","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akascape%2FTkNodeSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akascape%2FTkNodeSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akascape%2FTkNodeSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akascape%2FTkNodeSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akascape","download_url":"https://codeload.github.com/Akascape/TkNodeSystem/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065288,"owners_count":21041871,"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":["customtkinter","directed-acyclic-graph","flow-based-programming","node-based-ui","node-module","node-system","nodes","tk-nodes","tkinter-gui","tkinter-python","tknodes","tknodesystem","visual-nodes","visual-scripting"],"created_at":"2024-11-07T13:15:09.947Z","updated_at":"2025-04-09T16:06:30.126Z","avatar_url":"https://github.com/Akascape.png","language":"Python","readme":"![title](https://github.com/Akascape/TkNodeSystem/assets/89206401/a84cb60a-cc6f-4609-8452-3ff4fcd0c46b)\n\n**Advanced Node System (DAG) in tkinter python!**\n\n## Feature\n- Lightweight library\n- Easy to install and use\n- Multiple nodes and inputs\n- **Save/Load** node trees\n- Canvas with **drag and zoom** ability\n- Customizable nodes and options\n- Built-in **Node menu**\n\n## Installation\n```\npip install tknodesystem\n```\n### [\u003cimg alt=\"GitHub repo size\" src=\"https://img.shields.io/github/repo-size/Akascape/TkNodeSystem?\u0026color=cyan\u0026label=Download%20Source%20Code\u0026logo=Python\u0026logoColor=yellow\u0026style=for-the-badge\"  width=\"400\"\u003e](https://github.com/Akascape/TkNodeSystem/archive/refs/heads/main.zip)\n\n[![PyPI](https://img.shields.io/pypi/v/tknodesystem)](https://pypi.org/project/tknodesystem)\n[![Downloads](https://static.pepy.tech/badge/tknodesystem)](https://pepy.tech/project/tknodesystem)\n![Platform](https://img.shields.io/powershellgallery/p/Pester?color=blue)\n\n### Requirements\n- tkinter\n- customtkinter _(for the node menu)_\n\n## Overview\n\n- Node Types\n\n![node_types](https://github.com/Akascape/TkNodeSystem/assets/89206401/cccf82dd-8207-4894-9e9e-ef240e511d85)\n\n- Node Menu\n\n![node_menu](https://github.com/Akascape/TkNodeSystem/assets/89206401/0ba5ba42-4787-4b94-8b40-682084df2e80)\n\n- Node Canvas\n\n![canvas_types](https://github.com/Akascape/TkNodeSystem/assets/89206401/d5568962-50c0-404c-bf71-79d66f79e3b7)\n\n## Documentation\nFull documentation can be found in the **Wiki** page\n\n[\u003cimg src=\"https://img.shields.io/badge/View-Docs-informational?\u0026color=c8ab09\u0026style=for-the-badge\" width=\"150\"\u003e](https://github.com/Akascape/TkNodeSystem/wiki)\n\n## Examples\nExamples can be found in the [`examples`](https://github.com/Akascape/TkNodeSystem/tree/main/examples) folder.\n\n\u003cdiv align=\"center\"\u003e\n  \n### Level: Beginner\nMaths with tknodes\n\n![Example1](https://github.com/Akascape/TkNodeSystem/assets/89206401/9bb709fa-78e8-4db0-b5f1-8848fd32aa81)\n\n### Level: Intermediate\nImage manipulation with PIL\n  \n![Example2](https://github.com/Akascape/TkNodeSystem/assets/89206401/ea818333-c979-4402-bc7c-8850930dc087)\n\n### Level: Advanced\n3D Viewer\n\n![Screenshot](https://github.com/Akascape/TkNodeSystem/assets/89206401/83e5d356-947e-4737-9f92-487a2cfc7d3f)\n![Screenshot](https://github.com/Akascape/TkNodeSystem/assets/89206401/a5695e72-c739-41ce-a700-20c3b4bd052b)\n\n\u003c/div\u003e\n\n### Bug Fixes\nThis library is at **experimental stage**, so there must be some bugs which can appear randomly.\n\n**So, please report the bugs at the issues/discussions tab. A pull request is always welcomed :)**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakascape%2Ftknodesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakascape%2Ftknodesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakascape%2Ftknodesystem/lists"}