Skip to content

Commit

Permalink
Rename multicolor_captcha_generator to multicolorcaptcha.
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Rios committed Oct 12, 2020
1 parent 304c7f5 commit 6054631
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
multicolor-captcha-generator
multicolorcaptcha
============================

Python random image-captcha generator library.
Expand All @@ -8,11 +8,11 @@ Installation

To generate the images of the Captchas, the library uses Pillow module.

1. For Linux systems, it is necessary to install Pillow prerequisites:
1. For Linux systems, it is necessary to install Pillow prerequisites (also, Pillow and PIL cannot co-exist in the same environment. Before installing Pillow, please uninstall PIL):

.. code-block:: bash
$ apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk
$ apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk
2. Install the module

Expand Down Expand Up @@ -56,20 +56,20 @@ Generated Captchas Examples

Monocolor Background Captchas:

.. image:: https://github.com/J-Rios/multicolor-captcha-generator/raw/master/images/Monocolor_Background.png
.. image:: https://github.com/J-Rios/multicolorcaptcha/raw/master/images/Monocolor_Background.png
:alt: Monocolor Captcha

Multicolor Background Captchas:

.. image:: https://github.com/J-Rios/multicolor-captcha-generator/raw/master/images/Multicolor_Background.png
.. image:: https://github.com/J-Rios/multicolorcaptcha/raw/master/images/Multicolor_Background.png
:alt: Multicolor Captcha

ASCII Captchas:

.. image:: https://github.com/J-Rios/multicolor-captcha-generator/raw/master/images/Ascii.png
.. image:: https://github.com/J-Rios/multicolorcaptcha/raw/master/images/Ascii.png
:alt: Multicolor Captcha

Modificable Difficult Level Captchas:

.. image:: https://github.com/J-Rios/multicolor-captcha-generator/raw/master/images/Max_Complex.png
.. image:: https://github.com/J-Rios/multicolorcaptcha/raw/master/images/Max_Complex.png
:alt: Multicolor Captcha
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
name='multicolorcaptcha',
description='Python random image-captcha generator library.',
long_description=long_description,
url='https://github.com/J-Rios/multicolor_captcha_generator',
url='https://github.com/J-Rios/multicolorcaptcha',

version=version,

author='Jose Rios Rubio',
author='Jose Miguel Rios Rubio',
author_email='[email protected]',
license='GPL3',
license='GPLv3',

classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 6054631

Please sign in to comment.