Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install pycabulary

How to install Pycabulary

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install pycabulary
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.2.2 Available View build log
1.2 Available View build log
Windows (64-bit)
1.2.2 Available View build log
1.2 Available View build log
Mac OS X (10.5+)
1.2.2 Available View build log
1.2 Available View build log
Linux (32-bit)
1.2.2 Available View build log
1.2 Available View build log
Linux (64-bit)
1.2.2 Available View build log
1.2 Available View build log
 
Author
License
MIT
Dependencies
Lastest release
version 1.2.2 on Jan 5th, 2011

DESCRIPTION

Pycabulary is a parser for dicius implemented in Python.

dicius is a free online language dicionaries and Pycabulary offer a confortable interface to it. Actually Pycabulary is, at the moment, three different interfaces for the same service, a command line interface, GTK one and a Tkinter one, chooce what the best is for you. Notice that Tkinter is part of the standard Python library and is fully portable to every platform where Python is supported (MacOs, Windows and Unix).

At the moment only english/italian and italian/english vocabularies are implemented.

INSTALL

Pycabulary uses setuptools and pypi so procedure should be painless.

With easy_install:

easy_install pycabulary

or download the tarball from pypi, unpack it and install it:

tar zxf Pycabulary-1.0.tar.gz
cd Pycabulary-1.0/
python setup.py install

If you prefer download the last source from bitbucket:

hg clone http://bitbucket.org/gm/pycabulary/

USAGE

To translate to english from italian on terminal:

pycabulary cli -e vocabolario

For more info:

pycabulary --help

To run the GTK version or the Tkinter version:

pycabulary gtk

or:

pycabulary tk

I did not tried it on Windows but at least a double click on the executable should be enough to run the Tkinter version. Also the .egg file should be executable, or eggsecutable, try a double click on it.

DOCS

For the docs look in the docs/ directory. To build the man page install docutils and rst2man and type from the console:

rst2man pycabulary.txt pycabulary.1

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.