From 5d3a43861d3408dff26ddd6ed1ee869a3a120c70 Mon Sep 17 00:00:00 2001 From: EliaOndacs <151535517+EliaOndacs@users.noreply.github.com> Date: Thu, 20 Mar 2025 09:43:05 +0330 Subject: [PATCH] Added EliaOndacs/Corelib its a nice library/package to have for building minimalistic apps in python that scales well --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 873ff8e..db89024 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A curated list of awesome Python frameworks, libraries and software. * [donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer) - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. +* [EliaOndacs/corelib](https://github.com/EliaOndacs/corelib) - the only package you need to develop simple apps in python * [vinta/awesome-python](https://github.com/vinta/awesome-python) - An opinionated list of awesome Python frameworks, libraries, software and resources. * [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) - All Algorithms implemented in Python * [Significant-Gravitas/AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.