Python Tkinter 建立GUI 不難
這個教學看一下 ....
https://www.javatpoint.com/python-tkinter-entry
Get到網路上的API資料 ... 也不難
import requests
response = requests.get("http://api.open-notify.org/astros.json")
print (requests.text)
但是你要的畫面是甚麼 ? 這個要規劃一下
測試 API 當然用工具 postman 這個工具就好
練功那是另外一件事了
畫面好看一點可用 tkinterhtml