New year, new round of knowit julekalender. Starting this year off a bit late, but lets see how many I can complete 🎉🎅

This commit is contained in:
2018-12-03 22:54:47 +01:00
parent a6808e9832
commit ccdb654622
47 changed files with 125 additions and 520122 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -1,12 +0,0 @@
#!/usr/bin/env python3.6
import subprocess, os
def main():
path = os.path.dirname(os.path.realpath(__file__)) + '/bilde.png'
result = subprocess.run(['zsteg', path], stdout=subprocess.PIPE)
decode = result.stdout.decode('utf-8')
return decode
if __name__ == '__main__':
main()