Giter Site home page Giter Site logo

rickspencer3 / quickly-widgets Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 224 KB

A library of PyGtk widget to dramatically simplify PyGtk app development. The code is from 2010, so is unlikely to work unmodified, but should be useful to someone developing with PyGtk today.

License: GNU General Public License v3.0

Python 100.00%

quickly-widgets's Introduction

quickly-widgets

A library of PyGtk widget to dramatically simplify PyGtk app development. The code is from 2010, so is unlikely to work unmodified, but should be useful to someone developing with PyGtk today.

This code base was used to simplify and accelerate application development on many applications for the Ubuntu Desktop around 2010 - 2013, before we started working on Ubuntu Touch.

The overriding ethos of the quickly project was to make programming apps "easy and fun." Therefore, each widget was designed to always do something useful with just a line or two of code. Documentation was included with each widget that showed how to use the widget, how to customize the widget, and how to extend the widget.

For example, creating a treeview in Gtk, instead of involving multiple objects and likely dozens of lines of code, becomes simply:

#create a dictionary if you don't already have one
dicts = [{"test?":True,"price":100,"foo count":100,"Key4":"1004"},
    {"test?":True,"price":100,"foo count":100,"Key4":"1004"},
    {"test?":True,"price":100,"foo count":100,"Key4":"1004"}]
#create the DictionaryGrid
dg = DictionaryGrid(dictionaries=dicts)

The code base includes prompts, grids, media widgets, a downloader widget, and others.

quickly-widgets's People

Contributors

rickspencer3 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.