Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 2.06 KB

README.md

File metadata and controls

62 lines (44 loc) · 2.06 KB

python-pixabay-downloader

complexity course practical work downloade pictures from pixaby using python and pixaby API "pixaby.py" search for the downloaded pcitures using "Search.py" Save

Installation

Clone

Clone this repo to your local machine using :

$ git clone https://github.com/abderrahmaneMustapha/python-pixabay-downloader.git

Setup

create python virtual environment

windows :

$ mkvirtualenv myvenv

install requirements using

$ pip install -r requirements.txt

Built With

  • Python - Python 3.7 documentation
  • Kivy - Kivy 1.11.1 documentation
  • Pixabay - pixabayAPI documentation

Usage Examples

downloade pictures from pixabay :

login to piabayAPI and copy API KEY login to pixabay API

downloade using command line downloade pcitures from Pixabay

Sreach for downloaded pictures by tag Serch for downloaded pictures

Team

Toumi Abderrahmane
FVCproductions
github.com/abderrahmaneMustapha

Contributing

  1. Fork it (https://github.com/abderrahmaneMustapha/python-pixabay-downloader/fork)
  2. Create your feature branch (git checkout -b feature/featureName)
  3. Commit your changes (git commit -am 'Add feature')
  4. Push to the branch (git push origin feature/featureName)
  5. Create a new Pull Request