Metadata-Version: 2.1
Name: conversa
Version: 1.0.0
Summary: Convert units of measurement to others
Author: Schkimansky
Author-email: <ahmadchawla1432@gmail.com>
Keywords: python,units,conversion,convert,time,distance,length
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# Donations
It takes me a long time to make these libraries. If you would like to support my work, Then you can follow my patreon :)

https://www.patreon.com/Schkimansky

# Library
This is a easy to use python library that allows you to convert units of measurement to others. 
For example, You can use the "time" function to convert seconds to minutes. 
```python
import conversa
result = conversa.time(90,  From="seconds",  To="minutes") # Output will be 1.5 minutes (1.5 as a integer)
print(result)
```

# Installation
```bash
pip install conversa
```

# Documentation
You can download the full documentation at: https://github.com/Schkimansky/conversa/blob/main/Conversa.pdf
