Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
license CC BY-SA 3.0
http://creativecommons.org/licenses/by-sa/3.0/deed.de
"""
import datetime
import json

Keybase proof

I hereby claim:

  • I am markushackspacher on github.
  • I am malta (https://keybase.io/malta) on keybase.
  • I have a public key whose fingerprint is 67F8 6EA3 B0FE E6AD 65A4 CFB4 EBBA F516 79CB 1EC0

To claim this, I am signing this object:

@MarkusHackspacher
MarkusHackspacher / passwordgenerator.py
Created September 17, 2015 19:50
python passwordgenerator
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Passwordgenerator für Python
03.01.2014 MH Quelltext für Python 2.7 und 3.x
30.5.2013 MH Quelltext nach PEP8 überprüft
http://creativecommons.org/licenses/by-nc-sa/3.0/de/
"""
try:
@MarkusHackspacher
MarkusHackspacher / woerterzaehlen.py
Created September 17, 2015 19:23
Python Beispielprogramm Wörterzähler
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Wörterzähler für Python 2.7 und 3.x
03.01.2014 MH Quelltext für Python 2.7 und 3.x
19.12.2013 MH Anzeige der Großbuchstaben
30.5.2013 MH Quelltext nach PEP8 überprüft
http://creativecommons.org/licenses/by-nc-sa/3.0/de/
"""
@MarkusHackspacher
MarkusHackspacher / webserver.py
Created April 3, 2015 11:44
Python Webserver GUI
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Webserver für Python
03.01.2014 MH Quelltext für Python 2.7 und 3.x
30.05.2013 MH Quelltext nach PEP8 überprüft
http://creativecommons.org/licenses/by-nc-sa/3.0/de/
"""
try:
import Tkinter as tk
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
license CC BY-SA 3.0
http://creativecommons.org/licenses/by-sa/3.0/deed.de
orginal:
https://github.com/Tinkerforge/weather-station/tree/master/write_to_lcd/python
http://www.tinkerforge.com/de/doc/Kits/WeatherStation/PythonToLCD.html