WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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