Metadata-Version: 2.1
Name: InspiroBot
Version: 0.2
Summary: A web application for generating random motivational affirmations and inspiring quotes.
Home-page: https://github.com/maswwyn/InspiroBot
Author: masswyn
Author-email: maswwyn24@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# InspiroBot

InspiroBot is a web application for generating random motivational affirmations and inspiring quotes.

# Requirements

* Python 3.x

# Usage

1. Visit the [InspiroBot website](http://127.0.0.1:5000).
2. Receive random motivational affirmations and inspiring quotes.

Please note that the website is currently under development and may not have all features implemented yet.

# Installation

* Install using PyPi (Pip)

python3 -m pip install inspirobot

* Install using Git

python3 -m pip install git+https://github.com/maswwyn/InspiroBot

* Manual Installation

git clone https://github.com/maswwyn/InspiroBot

cd InspiroBot

python3 -m pip install -r requirements.txt

python3 -m pip install .

# License

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

# Contact

For any questions or suggestions, feel free to contact the project owner at [maswwyn24@gmail.com].
