Skip to content

Instantly share code, notes, and snippets.

View arminreiter's full-sized avatar

Armin Reiter arminreiter

View GitHub Profile

Keybase proof

I hereby claim:

  • I am arminreiter on github.
  • I am arminreiter (https://keybase.io/arminreiter) on keybase.
  • I have a public key ASB8q5lBre2dJn6JpyvEP8mJj69EowOE3Lg7IvhOjie0ggo

To claim this, I am signing this object:

# this script takes multiple screenshots of a website
# including subsites and saves these screenshots into
# a folder starting with the name output_
# usage:
# python webscreenshot.py -u https://arminreiter.com
# python webscreenshot.py -u https://arminreiter.com -w 1920 -h 1080 -l 30 -o myoutputfolder
import argparse
import os
import urllib.request
# The following script gets 2 folders as input and
# compares the images with each other. Possible
# differences are stored in a new folder starting
# with compresult_
# usage: python imgCompare.py -f folder1 -s folder2
import argparse
import os
from datetime import datetime
from PIL import Image, ImageChops
@arminreiter
arminreiter / chocoinstall.ps1
Last active September 6, 2021 21:29
client installer script
Set-ExecutionPolicy Unrestricted
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
# Basic Utils
choco install 7zip -y
choco install adobereader -y
choco install brave -y
choco install bulkrenameutility -y
choco install drawio -y
#choco install dropbox -y
@arminreiter
arminreiter / windowsterminal.json
Last active April 1, 2021 20:39
WindowsTerminal Settings
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
// My personal settings - arminreiter.com
// list of all settings: https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
// "initialCols": 120,