complexity course practical work downloade pictures from pixaby using python and pixaby API "pixaby.py" search for the downloaded pcitures using "Search.py" Save
Clone this repo to your local machine using :
$ git clone https://github.com/abderrahmaneMustapha/python-pixabay-downloader.git
create python virtual environment
windows :
$ mkvirtualenv myvenv
install requirements using
$ pip install -r requirements.txt
- Python - Python 3.7 documentation
- Kivy - Kivy 1.11.1 documentation
- Pixabay - pixabayAPI documentation
downloade pictures from pixabay :
Toumi Abderrahmane |
---|
github.com/abderrahmaneMustapha |
- Fork it (https://github.com/abderrahmaneMustapha/python-pixabay-downloader/fork)
- Create your feature branch (
git checkout -b feature/featureName
)- Commit your changes (
git commit -am 'Add feature'
)- Push to the branch (
git push origin feature/featureName
)- Create a new Pull Request