Metadata-Version: 2.1
Name: python-pulse
Version: 0.1.4
Summary: Python, create desktop applications based on Chromium
Author: zabbix-byte
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cefpython3==66.1
Requires-Dist: Jinja2==3.1.2
Requires-Dist: wxPython==4.2.1

# **<img src="https://github.com/zabbix-byte/PyPulse/blob/main/logo.png" height="48px"></img> PyPulse Alpha** 


[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Python Version](https://img.shields.io/badge/Python-3.8-blue)](https://www.python.org/downloads/)




**PyPulse** is an open-source project that simplifies the creation of desktop applications based on Chromium, using a template-based architecture. Whether you're building a web-based desktop app, a custom browser, or need to embed web content into your Python application, PyPulse provides an easy and efficient way to get started.

**Please Note**: PyPulse is currently under active development, and some features may be incomplete or subject to change. We appreciate your interest and patience as we work to improve and enhance this project.

## 📚 Documentation

For detailed instructions and more information about PyPulse, please refer to the [official documentation](https://github.com/zabbix-byte/PyPulse/wiki).

## 🚀 Getting Started

1. **Using pip install the library**
```bash
pip install python-pulse
```

2. **Create a new Project**
```bash
pypulse-manage --create_project YourProjectName
```

3. **Create a new Application (Next update)**
```bash
At this moment you can't create a new Application automatically
```


## 📜 License

PyPulse is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## 💌 Contact

If you have any questions, suggestions, or feedback, please don't hesitate to reach out to us at [zabbix@ztrunk.space](mailto:zabbix@ztrunk.space).

We hope PyPulse accelerates your desktop application development and simplifies the integration of web content into your Python projects. Happy coding! 😎🚀
