Section 15 - databases - GUI for sqlite apps?

Hi all!
It is probably too early, but is there a GUI available if you later want to write a python-app that uses a little sqlite-database (about 50 students and their classes e.g.)?
In general command line is not user friendly, so is there a GUI “addon” to make python more convenient with a gui , even understandable more or less for beginners?
Thank you!

Yes, tkinter sounds like exactly what you’re looking for.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.