mirror of
https://github.com/KevinMidboe/knowit_julekalender-2018.git
synced 2026-02-13 03:39:29 +00:00
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:
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 MiB |
@@ -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()
|
||||
Reference in New Issue
Block a user