Skip to content

A simple python script to automate downloading any number of pictures from https://thispersondoesnotexist.com

License

Notifications You must be signed in to change notification settings

face0b1101/tpdne-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TPDNE Downloader

A simple python script to automate downloading any number of pictures from This Person Does Not Exist.

Install

  1. Clone the repository to your computer
  git clone [email protected]:djb000m/tpdne-downloader.git
  1. Create a new python virtual environment:
  python -m venv {environment_location}

  1. Activate the virtual environment and Use pip to install the script:
  cd {script_directory}
  source {environment_location}/bin/activate
  pip install .
  1. Run the script:
  Usage: download-new-face [OPTIONS]

  A tool to download a number of generated images from
  https://thispersondoesnotexist.com

Options:
  -n, --number INTEGER      The number of images you wish to save
  -l, --save-location PATH  The directory in which to save the images - this
                            can be absolute or relative
  --help                    Show this message and exit.

Notes:

If --number is not specified then one image will be downloaded.

If --save-location is not specified then a directory images will be created in the current working directory

Downloaded files will be named person_00n.jpg

About

A simple python script to automate downloading any number of pictures from https://thispersondoesnotexist.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%