Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 679 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 679 Bytes

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.

import conversa
result = conversa.time(90,  From="seconds",  To="minutes") # Output will be 1.5 minutes (1.5 as a integer)
print(result)

Installation

pip install conversa

Documentation

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