TEMCON TTK 3
Temperature Conversion and Live Weather Reporting Tool
dashWoorkZ Sovereign Society earlier in 2024 released TemCon TTK Version One, a Temperature Conversion Tool for Celcius, Fahrenheit, Kelvin and Rankine, TemCon TTK 3 is our newest version released under the GPL License Version 3 and is available for Download on GitHub
TemCon TTK 3 takes Temperature Conversion to the Next Level, not only can TemCon TTK 3 convert temperatures, it can do it in real time while you get your Current Live Weather Report, thanks to our integration with OpenWeatherMaps' API Key
TemCon TTK 3 is so versatile, it also offers the option to convert temperature scales manually, for those days when the live temperature doesn't require immediate attention.
TemCon TTK 3 Installation
- Download TemCon TTK 3 from GitHub
- Extract TemCon TTK 3 to your HOME FOLDER
-
Open a Terminal Window and type the following:
python3 -m pip install --upgrade Pillow
python3 -m pip install --upgrade requests
If your system is giving a compatability issue,
you may want to install TemCon TTK in a Virtual Environment -
Next: type the following:
python3 temconTTK3.py
TemCon TTK 3 should appear in the center of your desktop
OpenWeatherMap SignUp & API KEY
In order to use the Live Weather Reporting feature, you will need to open an account with Openweathermap and create an API Key, then enter the API KEY on line 399 of temconTTK3.py.
TemCon TTK 3 is a Python program using Pillow Image Library, MessageBox and Requests, ensure they are installed on your computer before activating TemCon TTK 3, as TemCon TTK 3 is a Live Weather Reporting Temperature Conversion Tool with Optional Scale Display Selection, real-time weather requires what is called anAPI_KEY (Application Programming Interface), which allows TemCon TTK 3 to extract the information requested from weather reporting services, dashWoorkZ Sovereign Society decided onOpenWeather Map to provide that service, based on a video by Alina Chudnova, it is a free service and they have a very simple signup process, once you have your subscription you will need to go to theAPI_KEY section and acquire an API_key, once you have the API_KEY you will open the temconTTK3.py file and enter the API_KEY on line 414, once that is done, save the file and enjoy!