It is effective to show the values of sensors (obtained directly or via an API/cloud) through a dashboard. Normally, we see the results of running python files through a console, where it's formatted in lines of numbers or characters. However, we can improve the presentation of the outputs of the running python files by using the Tkinter library to create a graphical user interface. In this jupyter code, we explore the basics of using said library by creating a simple calculator app. Once we are aware of the workings of Tkinter, we may have the capacity to create presentable dashboards for showing the outputs of wireless sensor networks.
Note: Unfortunately, Binder does not support the tkinter library. Hence, it is recommended to download the file, and run it locally on your computer (use jupyterlab/jupyter notebook)