معرفی شرکت ها


CommonsDownloader-0.5.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Download thumbnails from Wikimedia Commons
ویژگی مقدار
سیستم عامل -
نام فایل CommonsDownloader-0.5.3
نام CommonsDownloader
نسخه کتابخانه 0.5.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jean-Frédéric
ایمیل نویسنده JeanFred@github
آدرس صفحه اصلی http://github.com/Commonists/CommonsDownloader
آدرس اینترنتی https://pypi.org/project/CommonsDownloader/
مجوز MIT
CommonsDownloader ================= |Build Status| |Coverage Status| |Code Health| |Documentation Status| |Pypi| |License| Tool to download thumbnails of files from Wikimedia Commons Usage ----- This tool can be used either by passing the filenames, a category or by using a file list. Using filenames ~~~~~~~~~~~~~~~ Just list the files we want to download. :: download_from_Wikimedia_Commons Example.jpg Example_ka.png Using a category ~~~~~~~~~~~~~~~~ Just list the files we want to download. :: download_from_Wikimedia_Commons --category Example_images Using a file list ~~~~~~~~~~~~~~~~~ The file list must be formated as following, with one file per line, and ``filename,width``: :: Example.jpg,100 Example ka.png,80 Then use the ``--list`` argument: :: download_from_Wikimedia_Commons --list list.txt Setting the output folder ~~~~~~~~~~~~~~~~~~~~~~~~~ By default, the tool downloads the files in the current directory. This can be changed using the ``--output`` flag with a valid path. :: download_from_Wikimedia_Commons Example.jpg --output some/path/ Setting the default width ~~~~~~~~~~~~~~~~~~~~~~~~~ You can set the width of the thumbnail by using the ``--width`` argument: :: download_from_Wikimedia_Commons Example.jpg --width 50 Verbosity ~~~~~~~~~ By default, the tool display basic information its logs (through ``logging``). You can adjust the verbosity level with the ``-v`` and ``-q`` flags: use ``-v`` to display DEBUG-level messages, ``-q`` to silence INFO-level messages. Installation ------------ Easiest way to install is to use ``pip`` from the Python Package Index: :: pip install CommonsDownloader Alternatively, you can clone the repository and install it using ``setuptools``: :: python setup.py install This will install the executable script ``download_from_Wikimedia_Commons`` .. |Build Status| image:: https://travis-ci.org/Commonists/CommonsDownloader.svg?branch=master :target: https://travis-ci.org/Commonists/CommonsDownloader .. |Coverage Status| image:: https://coveralls.io/repos/Commonists/CommonsDownloader/badge.svg?branch=master :target: https://coveralls.io/r/Commonists/CommonsDownloader?branch=master .. |Code Health| image:: https://landscape.io/github/Commonists/CommonsDownloader/master/landscape.svg?style=flat :target: https://landscape.io/github/Commonists/CommonsDownloader/master .. |Documentation Status| image:: https://readthedocs.org/projects/commonsdownloader/badge/?version=latest :target: https://readthedocs.org/projects/commonsdownloader/?badge=latest .. |Pypi| image:: https://img.shields.io/pypi/v/CommonsDownloader.svg?style=flat :target: https://pypi.python.org/pypi/CommonsDownloader .. |License| image:: https://img.shields.io/pypi/l/CommonsDownloader.svg?style=flat :target: http://opensource.org/licenses/MIT


نحوه نصب


نصب پکیج whl CommonsDownloader-0.5.3:

    pip install CommonsDownloader-0.5.3.whl


نصب پکیج tar.gz CommonsDownloader-0.5.3:

    pip install CommonsDownloader-0.5.3.tar.gz