Skip to content

A Python 2.x library that communicates, within an active X session, with Wingo via sockets.

License

Notifications You must be signed in to change notification settings

wingowm/pywingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A Python 2.x library that communicates, within an active X session, with wingo via sockets. Pywingo allows for easy scripting similar to how a person would use wingo-cmd in a shell script by calling gribble.

Installation

pywingo is in the Python Package Index (PyPI): http://pypi.python.org/pypi/pywingo

You can install it with:

sudo pip-2.7 install pywingo

Example

#!/usr/bin/python2

import pywingo

x = pywingo.Wingo()
x.gribble('GetWorkspace')

About

A Python 2.x library that communicates, within an active X session, with Wingo via sockets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages