2

Is there a framework to develop Desktop Database applications (some screens with CRUD screens) for Python? I am looking for something similar to Windows Forms, with the ability to associate TextField, Combos and other UI metaphors with datasets connected to relational databases such as MySQL, SQLServer, Oracle or PostgreSQL. Thanks!

Pablo Santa Cruz
  • 176,835
  • 32
  • 241
  • 292

2 Answers2

5

Camelot

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358
3

PyQT should be able to do that, altough I never used it myself (See this article)

Mad Scientist
  • 18,090
  • 12
  • 83
  • 109