Skip to content

Libraries

Sander edited this page Dec 8, 2023 · 9 revisions

Libraries

For this application certain libraries are used and are important for this application to work.

  • OS: Standard library for interacting with the operating system.
  • dearpygui: A Python wrapper for the Dear PyGui library, which is a simple to use Python GUI framework.
  • pprint: Pretty printing module for formatting complex data structures.
  • threading: Standard library for working with threads in Python.
  • LuaNodes: A custom module or library containing classes related to Lua nodes used in the editor.
  • pyperclip: A Python module for cross platform clipboard access.
  • Pyinstaller: this is used to distribute the code to a .exe file.

How to install

It is pretty simple with all of the libraries mentioned you will install the latest python first, then open your command prompt and type:

pip install <name of the above libraries>

(e.g pip install pyinstaller)

Only do this with the libraries not already integrated with python like the OS library etc.

📖 Check our other web sources here:

Clone this wiki locally