Metadata-Version: 2.1
Name: netflex
Version: 0.0.1a1
Summary: short desctiption
Home-page: https://github.com/ForceFledgling/fapyui
Author: ForceFledgling
Author-email: pvenv@icloud.com
License: MIT License
Platform: any
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
  <a href="#"><img src="https://github.com/ForceFledgling/fapyui/blob/main/docs/img/logo_transparent_600_2.png" alt="FaPyUI"></a>
</p>
<p align="center">
    <em>FaPyUI framework, high performance, easy to learn, fast to code, ready for production</em>
</p>
<p align="center">
  <a href="https://opensource.org/licenses/MIT" target="_blank">
      <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Test">
  </a>
</p>

---

**Documentation**: <a href="https://github.com/ForceFledgling/fapyui/tree/main/docs" target="_blank">https://github.com/ForceFledgling/fapyui/tree/main/docs</a>

**Source Code**: <a href="https://github.com/ForceFledgling/fapyui" target="_blank">https://github.com/ForceFledgling/fapyui</a>

---

**FaPyUI** is your gateway to effortlessly crafting sleek and dynamic user interfaces in Python. Tailored for both coding maestros and beginners alike, this lightweight library empowers you to design visually stunning and responsive UIs with unparalleled ease.

### Key Features:

- **Simplicity in Design**: FaPyUI embraces a minimalist approach, making UI creation straightforward and enjoyable.

- **Interactive Elements**: Bring your UIs to life with interactive components that engage and captivate users.

- **Versatility**: From basic interfaces to intricate designs, FaPyUI adapts to your creative vision, offering a versatile canvas for expression.

- **Effortless Integration**: Seamlessly integrate FaPyUI into your projects with a simple installation process.


## Installation

```bash
pip install fapyui
```

## Usage

```python
from fapyui import Fapyui

# Create an instance
fapyui_instance = Fapyui()

# To be added later
```

## Testing

You can run tests using the following command:
```bash
# To be added later
```

## Contribution

If you would like to contribute, please read the [contribution guide](https://github.com/ForceFledgling/fapyui/blob/main/CONTRIBUTING.md).

## License

This project is licensed under the MIT License - see the [LICENSE file](https://github.com/ForceFledgling/fapyui/blob/main/LICENSE) for details.
