Skip to content

Instantly share code, notes, and snippets.

View JosefKuchar's full-sized avatar
🤗

Josef Kuchař JosefKuchar

🤗
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