Giter VIP home page Giter VIP logo

venster's Introduction

Lectori Salutem,

Venster is a small template library to build GUI windows applications
using only pure python and the win32 API.
The windows API is called trough the use of Thomas Hellers's
excelent ctypes module (http://ctypes.sourceforge.net).

The spirit of these components is about the same as that
of the Microsoft ATL and WTL libraries for C++. (e.g. low runtime
requirements, toolkit style, no doc/view paradigms etc).

It is still my believe that the best Windows Apps are build
using the RAW windows API using only small wrapper libraries such
as ATL or WTL.

The goals of this work are:

- make it possible to make good-looking (at least on par with what is possible with C++/WTL/Win32)
  python based windows applications

- with the least amount of run-time needed. What I mean by this is that a distribution version of
  such a python windows application would only need the PythonXX.dll and the ctypes dll + the 
  pyc sources of the app itself.
  If this is not the case than it would not make sense to build this gui lib 
  (just use .NET then, and distribute the 20mb runtime with it (or Java with its 10mb runtime))
  So small is really the key here


read INSTALL.TXT for installation instructions,
then go to the test folder and
 try any of the 

test_*.py files to see the results sofar.

Grtz,

Henk Punt ([email protected])


Venster is also made possible by the contributions and suggestions from:

Thomas Heller ([email protected])
Wim Vree ([email protected])
Andrew MacIntyre ([email protected])
Brad Clements ([email protected])
Dave Brueck ([email protected])


venster's People

Contributors

toymachine 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.