You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print ("Trying to Install required module: requests\n")
os.system('pip3 install requests')
os.system('pip3 install colorama')
import requests
from colorama import Fore, Back, Style
print(Fore.RED+"\n______________________BlueWeather______________________\n\n"+Fore.MAGENTA+"Python Version | https://github.com/akshayitzme\n")
conf=open(".conf","w+")
key=input(Fore.GREEN+">>Enter WeatherBit API Key:")