exchange rate package
Project description
get-course
This is the package used to get the exchange rate. It works with https://currate.ru/
Function:
- Getting courses from different countries
Attribut:
get_course(render=str, valut=bool, key_list=bool)
render=str - from which to which currency to transfer
valut=bool(optional) - print result with currency
key_list=bool(optional) - get a list of currencies
Install:
pip install get-course==last_version
EXAMPLE:
from get_course import get_course
print(get_course('usdrub', valut=True))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
get-course-0.1.tar.gz
(2.7 kB
view hashes)