Modern CLI Weather App
pip install neoclima
neoclima add nyc # add new city with chosen nickname
neoclima now nyc # current weather for nyc
neoclima edit nyc # edit city nickname
neoclima rm nyc # remove nyc from cities list
neoclima ls # list added cities
Typer & TinyDB