/NekoPy

NekoPy is a simple CLI tool developed in Python as an exercise.

Primary LanguagePython

NekoPy

neko

NekoPy is a simple CLI tool developed in Python.

Made under Pycharm Community IDE.

The intention is (in a closer future) make a scalable CLI tool to integrate Python with a myriad of different API and Applications.

Until now, it does:

#echo

#check the weather via OpenWeather API.

#Requirements

  • Python 3.9
  • Pip 21.1.2
  • Click 7.1.2 or latest
  • PyOWM 3.2.0 or latest

You will also need to register into OpenWeatherMap and obtain a token:

  • API Key Token

#Installation

  1. Clone this Repository
  2. Create a file named config.py contained the information as follows:

  3.     # WX Config
    
    WX_API_KEY = 'YOUR_API_KEY_TOKEN'
    WX_LOCATION = 'YOUR_LOCATION'
    WX_METRIC_TEMP = 'CELSIUS_OR_FAHRENHEIT'
    WX_METRIC_WIND = 'MILES_OR_KILOMETERS_HOUR'
    
  4. Don't forget to put your credentials and the data you want to track!
  5. Don't forget to import your constants into your service\file.py

#Image Attribution:

Neko Cat: Free license via Pexels.