Metadata-Version: 2.5
Name: freedomgui
Version: 1.0.0
Summary: Lightweight, modern, and zero-dependency GUI framework for Python.
Requires-Python: >=3.8
Requires-Dist: tksvg>=0.7.4
Description-Content-Type: text/markdown

<p align="center">
  <img src="resources/icon.png" width="150" alt="FreedomGUI">
  <br>
  <b>FreedomGUI</b>
</p>

### Key Features

* **Zero Dependencies:** Pure Python solution. No heavy external C++ compilers, bulky wrappers, or complicated setups required.
* **Modern Visuals out of the Box:** Sleek, customizable dark/light themes with rounded corners and high-contrast color palettes.
* **Built-in Vector SVG Icons:** No more managing local `.png` or `.svg` asset folders. Pass standard icon strings (like `icon="user"`, `icon="lock"`, or even `icon="avira"`) straight to your widgets.
* **Declarative & Minimalist:** Forget about manual layout grids and positioning hacks. Define your structure intuitively, and let FreedomGUI handle the rest.

### Roadmap

* [ ] Smooth UI animations

* [ ] Flexible grid containers for complex app layouts.

* [ ] Convenient cursor changes directly in the interface via code

### Screenshots
![Interface Screenshot](resources/interface.png)

### 📄 License

This project is licensed under the **MIT License** — feel free to modify, distribute, and build your own applications on top of it.