Skip to content

fumseckk/HeightComparator

Repository files navigation

HeightComparator

This script will use the website hikaku-sitatter.com to create an image of a height comparison of you and your friends. The website only allows 10 people to be added at a time, so this script automatically adds people 10, screenshots, removes, add 10 other people...etc, then edits all the screenshots together and crops the white spaces. Perfect if you want to compare heights with your discord friends, for instance.

  • Example output: alt text
  • Demonstration video here

Requirements:

pip install selenium pillow

Install the script:

git clone https://github.com/Ph03nixStyle/HeightComparator.git
cd HeightComparator

Launch the script:

Once selenium, Pillow and the webdriver are correctly setup, you may change the JSON file to put in it the people you want to compare. Format:

{
  "Person1": ["height in cm", "m/f"],
  "Person2": ["175", "m"]
}

Finally, save the json, and execute main.py:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages