# DiamondLib
DiamondLib is a lightweight, modular, all‑in‑one Python framework designed to make development faster, easier, and more fun.
It bundles support for popular libraries, provides unified helper modules, and includes a full plugin system that lets you extend DiamondLib with your own features.
**One lib. One big brain. Infinite possibilities.**
---
## Features
### ✔ Unified Support for Popular Libraries
DiamondLib integrates cleanly with:
- Tkinter
- Pygame
- Ursina
- AsyncIO
- Requests
- File I/O
- Audio utilities
- And more
You can build GUIs, games, tools, scripts, and apps without juggling dozens of imports.
---
## Plugin System
DiamondLib includes a built‑in plugin loader that allows you to extend the framework with your own modules.
### Plugin Location
Plugins are stored in: C:\Users\\AppData\Local\Programs\Python\\Lib\site-packages\diamondlib\plugins\
Simply drop your .py files into the folder and DiamondLib can load them dynamically:
```python
from diamondlib import plugins
p = plugins.load("myplugin")
p.hello()
Release files for diamondlib 3.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| diamondlib-3.0.0.tar.gz | 15.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| diamondlib-3.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 39.5 kB
Release files / diamondlib-3.0.0.tar.gz
| Download URL | diamondlib-3.0.0.tar.gz |
|---|---|
| Size | 15.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5559fdb26f19e26bab9aed308a5487092410a926d02aa91f1fd3c8f9b2d00d99
|
|
BLAKE2b-256 checksum How to use checksums |
0382fcd5669642ec8a2af01d6e90bd07bc1867901337d43f94a2fc26a97f8e28
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.14
|
Release files / diamondlib-3.0.0-py3-none-any.whl
| Download URL | diamondlib-3.0.0-py3-none-any.whl |
|---|---|
| Size | 24.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
edcf00e5e9255b2b965d90ad4fdfece639af944b31585a418dfd439a751d397c
|
|
BLAKE2b-256 checksum How to use checksums |
7f2f8e0e3a9f1e9e87523b05e19f6e1a2f22401d2f1502de7c61c4a252bf0fb1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.14
|