Create a simple software analog gauge.
Create a simple dashboard with analog and digital displays.
Connect the dashboard to a real data source or sources. For example, disk space usage, CPU usage, a thermometer, ...
For this project, use graphics.py. It is a simple graphics library. Click HERE for more information. (download, install, documentation, ...)
One alternative to graphics.py is tkinter. Graphics.py is a wrapper around tkinter but is simpler to use. tkinter comes pre-installed in Python3, and is a more complex and capable graphics library.
(FYI: You don't need to know this to use it but... Tkinter is a set of Python bindings for TCL/TK.)
images from commons.wikimedia.org