Metadata-Version: 2.4
Name: innov8r
Version: 6.0.5
Summary: Python-based GUI application designed to streamline software development workflows with innovative tools and utilities. It provides developers with an intuitive and user-friendly interface for building efficient and scalable solutions
Home-page: https://github.com/TechForEverybody/Innov8r-IDE
Author: Shivkumar Chauhan
Author-email: sksinghat95@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: esptool
Requires-Dist: pyserial
Requires-Dist: pyqt5
Requires-Dist: pyqt5-tools
Requires-Dist: flask
Requires-Dist: flask-cors
Requires-Dist: pillow
Requires-Dist: requests
Requires-Dist: Send2Trash
Requires-Dist: asttokens
Requires-Dist: mypy
Requires-Dist: docutils
Requires-Dist: pylint
Requires-Dist: jedi
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# innov8r

**innov8r** is a Python-based GUI application designed to streamline software development workflows with innovative tools and utilities. It provides developers with an intuitive and user-friendly interface for building efficient and scalable solutions.

---

## Installation

Install the application using pip:

```bash
pip install innov8r
```

## Script to run and start

```python
from innov8r import launch, report_time
from innov8r.flask_app import startFlaskApp


startFlaskApp()
report_time("Before launch")
launch()
```
