Skip to content

Instantly share code, notes, and snippets.

View S1ro1's full-sized avatar

S1ro S1ro1

View GitHub Profile
@JosefKuchar
JosefKuchar / test.py
Last active November 2, 2021 20:51
Testy na 1. IZP projekt 2021
#!/usr/bin/python3
#
# Testy na 1. IZP projekt 2021
# Vytvoril Josef Kuchar (xkucha28) - josefkuchar.com
# Priklad pouziti: ./test.py pwcheck
# Help se vypise pres argument -h
# Revize: 8
from subprocess import run, PIPE
import sys