Metadata-Version: 2.1
Name: flowde
Version: 0.0.6
Summary: Flowde, a simple library made to help you in utilities
Author: General Zero
Author-email: General Zero <GeneralZeroCosmo@gmail.com>
License: Apache Software License 2.0
Project-URL: Documentation, https://github.com/General-Zero/flowde-documentation
Keywords: flowde,Flowde,FLOWDE,Utilities,Utility,utilities,utility
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: colorama
Requires-Dist: flask

> [![Source code](https://img.shields.io/badge/Source_Code-Flowde-blue)](https://github.com/General-Zero/Flowde) ![PyPI Downloads](https://static.pepy.tech/badge/flowde)
----
Thanks for installing Flowde! I appreciate your support, I'll try my best to improve Flowde.
# About Flowde
Flowde is a python library made to help you with coding.
## Dependencies
You need to install `Flask, requests, and colorama` before installing Flowde. These are needed for important reasons:
Flask:
```bash
pip install flask
```
Colorama:
```bash
pip install colorama
```
And finally requests:
```bash
pip install requests
```
## Examples of Flowde
To use Flowde, i am going to show you all of the syntax:
```py
flowde.text('Hello') # just a print function
flowde.num(7 + 3) # pyculator
flowde.ttkn('i am 4 tokens') # Word Tokenizer
flowde.h() # help
flowde.capi('https://example.com') # calls an API or scrape a website, add `indents` to pretty print the json or text.
flowde.tempapi(port=5000, template='time12')
```
## Url's
[![Documentation](https://img.shields.io/badge/Documentation-Flowde_documents-blue)](https://github.com/General-Zero/flowde-documentation)
