Skip to content

Libraries

Sander edited this page Mar 29, 2024 · 9 revisions

Installation

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.
  • pyperclip: A Python module for cross platform clipboard access.
  • Pyinstaller: this is used to distribute the code to a .exe file.
  • Lupa A library that allows to run Lua code in the application.
  • LuaNodes: A custom build-in module containing classes related to Lua nodes used in the editor.

Already Integrated:

  • OS: Standard library for interacting with the operating system.
  • threading: Standard library for working with threads in Python.
  • LuaNodes: A custom build-in module containing classes related to Lua nodes used in the editor.

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 that are not already integrated with python.

📖 Check our other web sources here:

Clone this wiki locally