Python Forum
100% free Python Node Editor (visual Python nodes)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
100% free Python Node Editor (visual Python nodes)
#1
A node editor made with Python/pygame

[Image: GFNnyNk.png]

Hello, I'm Kennedy, 31, an indie/hobbyist Python developer. I'm happy to present the first app to be released (June 2022) by the Indie Python project (just a personal project including indie apps I've been working on): Nodezator. The app will be 100% free of charge, with its source being released to the public domain. You'll be able to find it on github.com and pypi.org (with the option to install it via "pip install" command).

One of its main features is how easily visual nodes can be defined: just provide a function and the app turns it into a node for you! This works for any callable, user-defined, builtin, from standard library or from third-party library. This means that rather than providing a limited set of nodes, Nodezator allows you to turn any function from the hundreds of thousands libraries in pypi.org into a node. You can have as many nodes as you need!

You can also export your node layouts to pure Python code, which means Nodezator has great integration with other Python apps and scripts, regardless of the GUI package used or lack thereof. Just delegate your node layout editing needs to nodezator and have your app take full advantage of the exported layouts just like any other piece of Python code.

Check the full 40 min youtube video presenting the app and its features for more, including a demonstration of image editing with nodes based on pillow library functions, another demonstration of data processing and visualization using functions from the matplotlib library as nodes and yet another demonstration of a Tkinter app using an exported node layout to apply a filter to an image.

If you have more questions ask here as much as you want or find me on one of the channels below.



Other channels and means of contact:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Smile Newsi free News API for python mohammedalaazaki 1 1,555 Aug-25-2023, 04:52 PM
Last Post: meunk3
  python spreadsheet app (visual-numpy) rome92 2 2,797 Oct-25-2021, 08:20 PM
Last Post: rome92
  Visual Python Programming flows Joost 0 2,673 Jun-06-2021, 06:51 AM
Last Post: Joost
  Another Code Editor:Open Editor Ali_Kilicoglu 2 2,273 Nov-27-2020, 05:21 PM
Last Post: Ali_Kilicoglu
  300 free curated Python code snippets steve_shambles 1 51,264 Jul-14-2020, 03:32 PM
Last Post: HarleyQuin
  200 Python code snippets free steve_shambles 6 5,045 Apr-19-2020, 12:38 PM
Last Post: Calli
  Python Editor (PyQt5) Axel_Erfurt 5 6,493 Jan-02-2019, 04:58 PM
Last Post: Axel_Erfurt

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020