1
0
mirror of https://github.com/fraoustin/piwigotools.git synced 2025-06-05 23:16:18 +00:00
2018-08-12 09:17:31 +02:00
2018-08-12 09:17:16 +02:00
2016-01-28 11:30:52 +01:00
2016-01-19 19:25:59 +01:00
2016-01-19 19:29:31 +01:00
2018-08-12 09:13:06 +02:00
2016-01-19 19:25:59 +01:00
2016-01-19 19:25:59 +01:00
2016-01-19 19:25:59 +01:00
2016-01-19 19:29:31 +01:00
2016-01-19 19:29:31 +01:00
2016-01-19 19:29:31 +01:00

piwigotools
===========

Piwigo is a famous open-source online photo gallery. 

Piwigotools is a module python for manage your piwigo gallery.
The module add command "piwigo"


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

Warning
~~~~~~~

Piwigotools needs the progressbar module.

But progressbar moduel is not compatible with python3

install for python2.7

::

    pip install progressbar

install for python 3

::

    git clone https://github.com/coagulant/progressbar-python3.git
    cd progressbar-python3
    python setup.py install


Install
~~~~~~~


::

    pip install piwigotools
        
Or

::

    git clone https://github.com/fraoustin/piwigotools.git
    cd piwigotools
    python setup.py install

Usage
-----

::

    piwigo verb --param1=value1 --param2=value2 ...


Description
No description provided
Readme GPL-2.0 76 KiB
Languages
Python 100%