Camelot

A Python GUI framework
Download

Camelot Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Conceptive Engineering
  • Publisher web site:
  • http://www.conceptive.be/

Camelot Tags


Camelot Description

A Python GUI framework Camelot is a Python GUI framework on top of Sqlalchemy and PyQt, inspired by the Django admin interface. Start building desktop applications at warp speed, simply by adding some additional information to you model definition.class Movie(Entity): title = Field(Unicode(60), required=True) short_description = Field(Unicode(512)) release_date = Field(Date) genre = Field(Unicode(15)) class Admin(EntityAdmin): verbose_name = 'Movie' list_display = This piece of code is enough to define your database schema and to create a user friendly desktop GUI. Requirements: · Python


Camelot Related Software