Python Forum
Nodezator (free Python node editor) released to the public domain!
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nodezator (free Python node editor) released to the public domain!
#1
Star 
Nodezator is a multi-purpose visual editor to connect Python functions (and callables in general) visually in order to produce flexible parametric behavior/data/applications/snippets. It also allows the node layouts to be exported to Python code.

Download/install instructions on the app's github repo.

Here's a screenshot:
[Image: screenshot.png]

Defining nodes is super easy too. For instance, Nodezator turns the function below into the following node automatically.

def get_circle_area(radius:float=0.0):
    return math.pi * (radius ** 2)
[Image: get_circle_area_node.png]

For those who didn't watch it yet, here's the presentation video from a couple of months ago:


The project is 100% free of charge, but if you can, consider donating to help the project.

Regardless of donating or not you are welcome in our free discord server.

By the way, I'm Kennedy Richard Silva Guerra, 31, creator and maintainer of Nodezator (as part of a personal project called Indie Python). Feel free to ask anything.
DeaD_EyE, Larz60+, snippsat like this post
Reply


Messages In This Thread
Nodezator (free Python node editor) released to the public domain! - by KennedyRichard - Jun-23-2022, 07:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PAGE 8.0 RELEASED rob101 4 857 Jan-06-2024, 02:07 PM
Last Post: rob101
Star Nodezator v1.4 released! (Python node editor in the public domain) KennedyRichard 0 951 Sep-04-2023, 01:42 PM
Last Post: KennedyRichard
  Lightweight Python editor for beginners Gribouillis 0 785 Dec-23-2022, 06:07 AM
Last Post: Gribouillis
  Python 3.10 is Released snippsat 1 1,937 Oct-07-2021, 10:47 PM
Last Post: Yoriz
  Python GUI for Android - ebook for free OlafArtAnanda 2 3,821 Jul-20-2021, 11:07 PM
Last Post: phoenix
  [Expired] Free Course: Automate the Boring Stuff with Python Programming Yoriz 0 2,799 Jun-06-2021, 01:18 PM
Last Post: Yoriz
  [Expired] Complete Python 3 course, FREE for the next 2 days Yoriz 2 2,841 May-17-2021, 05:28 PM
Last Post: Yoriz
  Get Python 101 2nd Edition FREE for 72 Hours! snippsat 1 2,659 Jan-11-2021, 06:35 PM
Last Post: Larz60+
  Domain Name Including Word Python Rajbir 2 1,821 Jan-08-2021, 01:26 AM
Last Post: Skaperen
  Kivy 2.0.0 released buran 1 2,807 Dec-10-2020, 01:51 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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