Metadata-Version: 2.4
Name: tkbpy
Version: 1.0.0
Summary: A high-speed web framework orchestrator with built-in UI frameworks and universal DB support.
Author-email: Your Name <your@email.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

# 🌟 tkbpy Framework
**The High-Speed Web Orchestrator for Modern Developers.**

`tkbpy` is a lightweight CLI tool designed to jumpstart web projects. It handles the boring stuff—virtual environments, folder structures, and UI framework integration—so you can focus on writing code.

---

## 🚀 Quick Start

### Installation
```bash
pip install tkbpy


''' ### Create your first project'''
Note: mui(Msterial UI)

# tkbpy myproject <name> <ui_framework>
tkbpy myproject MyStore tailwind/mui/chakra/bootstrap/default

cd MyStore


'# Add a Database

'  tkbpy -add database ShopDB


# Run the Engine

tkbpy run

🩺 Diagnostics

tkbpy doctor


📂 Project Structure

When you create a project, tkbpy generates:

    /static: For your custom CSS and JS (Auto-linked).

    /templates: Your HTML home with UI framework injected.

    /database: A universal database connector.

    env/: A pre-configured Python virtual environment.



    #Thank You#
