constants module#

All constants to be used are available here

Pexels.constants.COLOR: List[str] = ['red', 'orange', 'yellow', 'green', 'turquoise', 'blue', 'violet', 'pink', 'brown', 'black', 'gray', 'white']#

Desired Photo color.

Pexels.constants.LOCALE_SUPPORTED: List[str] = ['en-US', 'pt-BR', 'es-ES', 'ca-ES', 'de-DE', 'it-IT', 'fr-FR', 'sv-SE', 'id-ID', 'pl-PL', 'ja-JP', 'zh-TW', 'zh-CN', 'ko-KR', 'th-TH', 'nl-NL', 'hu-HU', 'vi-VN', 'cs-CZ', 'da-DK', 'fi-FI', 'uk-UA', 'el-GR', 'ro-RO', 'nb-NO', 'sk-SK', 'tr-TR', 'ru-RU']#

The locale of the search you are performing.

Pexels.constants.ORIENTATION: List[str] = ['landscape', 'portrait', 'square']#

Desired photo orientation.

Pexels.constants.SIZE: List[str] = ['large', 'medium', 'small']#

Minimum photo size.