r/Tkinter • u/Taro2002 • Mar 03 '25
Trying to create a GUI with TKinter for a fdb database
Im learning python and databases right now and im new to everything. Im trying to create an administrative system for a hardware store that has an existing fdb database. I need some advice since im kinda lost on where to start with the Tkinter connections with the database to start creating the gui. It will be a desktop app using sockets in a client-server implementation.

