From b01a9cca3eaca457c1d7056d5e47721bd92089e2 Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 24 Feb 2025 07:29:42 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76c6d96..27c9fae 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ A very basic Python >= 3.12 plugin system based on the K.I.S.S principle. -I was in need of a new plugin system, which should meet these requirements: -- Simple to use -- Work well with Python 3.12 -- Maintainable - Don't expect to see new releases every month. __If it ain't broken, don't fix it!!!__ +I was in need of a new plugin system, which should meet these requirements: +:heavy_plus_sign: Simple to use +:heavy_plus_sign: Work well with Python 3.12 +:heavy_plus_sign: Maintainable - Don't expect to see new releases every month. __If it ain't broken, don't fix it!!!__ I previously used yapsy, but it doesn't meet the requirements anymore. :x: No longer simple, and simple to use (Simplicity in use has been sacrificed for more complexity. It has become bloated)