Updated project description. /JL

This commit is contained in:
2025-03-29 14:58:49 +01:00
parent a4c552d6f5
commit 0c8108d4d8
4 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# XtendR
A very basic Python 3.12 plugin system based on the K.I.S.S principle.
A very basic Python 3.12 friendly plugin system based on the K.I.S.S principle.
I was in need of a new plugin system, which should meet these requirements:
:heavy_plus_sign: Simple to use
@@ -28,4 +28,4 @@ The Run and Stop functions are mandatory in the plugin modules.
The system expects a folder called 'plugins', placed at the root, along side your main python file.
Each plugin should be placed in subfolders, named as the plugin, inside the 'plugins' folder.
The example.py along with the plugins/example_plugin/example_plugin.py and plugins/example_plugin/example_plugin.json shows the workings of this plugin system.
The example.py along with the plugins/example_plugin/example_plugin.py and plugins/example_plugin/example_plugin.json shows the workings of this plugin system.