
What is it ?
------------

MyPixmania is a set of Python scripts that allow to automate some
operations with the Mypixmania website. Mypixmania is a french website
to which it is possible to upload pictures, organize them in albums
and to order prints for them. The website provides softwares to
automate uploading for Windows and Mac OS, but nothing for GNU/Linux
or other Unices.

How does it work ?
------------------

It's made of three different parts, one per file:

 - pixmania.py contains the core library, implemented in the PixMania
   class. This class contains methods that allow to perform remote
   operations on the PixMania wesite using HTTP requests.

 - mypixmania.py is a text-based interface. Refer to the manpage for
   more information.

 - gmypixmania.py is a GUI-based interface that uses the GTK
   toolkit. This interface is still in heavy development and lacks
   some functionalities

What does it allow ?
--------------------

Currently, it allows to:

 - List the albums available in your account
 - Upload pictures into an album
 - Create a new album
 - Delete an existing album

It doesn't allow to:

 - Rename or delete pictures
 - Fetch already-uploaded pictures
 - Rename albums

