Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lig/pystardict

Library for manipulating StarDict dictionaries from within Python
https://github.com/lig/pystardict

dictionary python stardict

Last synced: 2 days ago
JSON representation

Library for manipulating StarDict dictionaries from within Python

Awesome Lists containing this project

README

        

pystardict [![Build Status](https://travis-ci.org/lig/pystardict.svg?branch=master)](https://travis-ci.org/lig/pystardict)
==========

Home page
---------

Authors
-------

Serge Matveenko and contributors: .

Installation
------------

```shell
pip install pystardict
```

How to use
----------

For working example look into `examples` directory at the `demo.py` file.
Examples are installed in the `/local/prefix/share/pystardict` directory, where
`/local/prefix` is your installation prefix.

How to contribute
-----------------

Fill free to report any bugs or send pull requests on Github: .

Respect PEP8.