Skip to content

Falangizzle/wzarp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wzarp

Wzarp is a Python library for outputting of weather of Russian cities to the console.

Installation

Use the package manager pip to install wzarp.

pip install wzarp

Usage

from wzarp.CityWeather import WeatherOfCity

city = input("Enter the name of the city: ")

city_weather = WeatherOfCity(city) # creating object of class WeatherOfCity
# During the initialization of an object you need 
# to put proper name of the city in English

city_weather.print_weather() # returns weather in chosen city

city_weather.print_temp() # returns temperature in chosen city

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published