Pylero is an open-source Python-based text generator.
Python Regular expressions generator and tester
pyCodeGen is a code generator written in python. This code generator use a xmi, a zargo or zuml file as input. You can use the friendly api to write your own code generator or you can use one already written.
Automatically adds keywords and description meta tag on every page based on title, tags, categories, etc. Simple but powerful !
If the page is post, it will sets all title, category, and tags as keywords meta tag. If it is category...
sourcecode2html is a html generator highlight for your source code (ruby, python, rhtml, c).
Python implementation for generating Tiny URL- and bit.ly-like URLs.
Automatically adds keywords and description meta tag on every page based on title, tags, categories, etc.
It works on the basis of defining some simple, tag-based rules for different page types (home, category, post etc).
Code to FlowChart is designed to convert source code to flowchart. It helps users to understand complex program structure by visual diagrams. Code to FlowChart is composed of two parts, Code Editor and FlowChart window. The FlowChart window is...
Code to FlowChart is designed to convert source code to flowchart. It helps users to understand complex program structure by visual diagrams. Code to FlowChart is composed of 3 parts, Code Tree, Code Editor and FlowChart window. The FlowChart...
Today safety critical flight control systems are tested using model based approach. The model blocks are proprietary and seldom shared in the open. A benchmark problem was designed as part of a research activity to test out certain test case...
The 'One Word A Day' widget displays a new English word every workday. A quiz is included that shows three given choices but only one is correct. The widget's content can also be displayed in a post or page. Take a look in the FAQ section to see...
AutoGen is designed to generate text files containing repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text, especially when needed in parallel tables.
Simple White Noise Generator Using Standard Python In Linux - noise.py
This code is a stand alone program to generate a signal, at the earphone sockets, of white noise.
It needs /dev/dsp to work; if you haven't got it then...
Simple 1KHz Audio Function Generator Using Standard Python In Linux - afg.py
This code is a stand alone program to generate a signal, at the earphone sockets, of 1KHz. It is a basic audio signal generator and can be used as a...
I've worked on a random user generator in C a long time ago, so I thought I'd make an advanced version of it in Python(3.2). I'll have you know, I am an amateur in Python and even programming for that matter so I'd really appreciate some criticism...
This is a simple maze generator & solver written in Python. It is written as a game, consisting of classes which can read mazes from STDIN or a file. It provides a a random maze generator game, which can generate mazes of any dimension and...
NHag - NHibernate Automated Generator - is an advanced Codegenerator. Based on the hbm.xmls it can produce class code (in VB.NET and C#), Cell- and MVP-based abstraction layers and test scenarios (Test-DB and Unit Tests) for the generated classes....
A decorator that creates a generator factory that creates generators that can have attributes set on them (like a normal python class).
The xzip function provides the same functionality as zip (python builtin), but utilizes a generator list comprehension so that zipped collections can be accessed iteratively.
Example: for t in xzip( xrange( 1000000 ), xrange(...
This procedure was proposed as a challenge to Python and other languages as the most concise coding. See Icon programming on the web. This is a lazy, recursive generator. It can be implemented several ways in Python with lists, iteration, and... |