Skip to content

An easy to use python library that allows you to convert units of measurement to others.

License

Notifications You must be signed in to change notification settings

Schkimansky/conversa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An easy to use python library that allows you to convert units of measurement to others.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages