Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Python script to download multiple textures from https://texturehaven.com/ in any resolution and any file format.

Notifications You must be signed in to change notification settings

theadisingh/Texture-Haven-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Texture-Haven-Downloader

This is a small script to download multiple textures from https://texturehaven.com/ in the resolution of your choice (1k, 2k, 4k, 8k) and the file format of your choice (png or jpg).

Setup

  • Install Python.
  • Open command line in the directory of the script (Shift + Right Mouse Click > Open Command Line Here).
  • Run pip install -r requirements.txt
  • Run python texture.py <Resolution> <Category> <File Format JPG/PNG>

How to use

For Example, if you want to download all textures belonging to Concrete Category in 4k resolution in png file format.

Type python texture.py 4k Concrete Y

NOTE:

  • Please use lowercase 'k' when typing the resolution.
  • Capatilize first letter of your Category.
  • Write png or jpg in lowercase.

About

Python script to download multiple textures from https://texturehaven.com/ in any resolution and any file format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages