Skip to content

Libraries

Ariel Montes edited this page Jan 31, 2020 · 1 revision

Description of the Python libraries used, their name and role in the program.


  • Pillow: Is a Python imaging library, before it was known by the name PIL. It has been used in this program to transform the byte streaming of an image file into a Python object.

  • dnspython: Is a DNS toolkit for Python that provides high and low level access to DNS. It has been used to query the database where the backup of the program configuration is stored.

  • pymongo: It's the Python driver for MongoDB and contains all the tools to work with this database.

  • cryptography: Is the cryptographic standard library for Python. It has been used to encrypt the file that contains all the configuration of the program, to make the name and address of the folders present in the program list not visible by opening the file.

Clone this wiki locally