/Photoley

Using unsplash, fetch random wallpaper with specific size and category.

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Introduction

Photoley is an Unsplash random image grabbing cli based application.

Installation

Using pip

pip install https://github.com/dextertechnology/Photoley/archive/photoley-1.0.0.tar.gz

Using source

git clone https://github.com/dextertechnology/Photoley.git \
&& cd Photoley \
&& make build \
&& make install \
&& make clean

Pyinstaller is also configured, if required to install using pyinstaller.

Usage

photoley [options] [options]

Random Image without parameter

photoley

Image from specific user

photoley -u <username>

Image from specific collection

photoley -c <collection_id>

Image of specific resolution

photoley -r <WIDTHxHEIGHT>

Search term
Narrow down random by comma-separated random search-term

photoley -q <term>,<term>

Use multiple options

photoley -q nature,animals -u mischievous_penguins

Contribution

This is an open source project and all the contribution will be accepted with warm heart. Happy Coding :)