Licensed under GPLv3
This commit is contained in:
parent
9860896d20
commit
c9dc16d634
|
@ -1,6 +1,7 @@
|
||||||
# write a thread that reads buttoninput from fifo or pyserial or something
|
# Licensed under GPLv3
|
||||||
# https://gist.github.com/elshaka/2999082
|
# Written by Sebastian Lohff (seba@someserver.de)
|
||||||
# and make this configureable
|
# http://seba-geek.de/projects/seopardy/
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Licensed under GPLv3
|
||||||
|
# Written by Sebastian Lohff (seba@someserver.de)
|
||||||
|
# http://seba-geek.de/projects/seopardy/
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
4
game.py
4
game.py
|
@ -1,3 +1,7 @@
|
||||||
|
# Licensed under GPLv3
|
||||||
|
# Written by Sebastian Lohff (seba@someserver.de)
|
||||||
|
# http://seba-geek.de/projects/seopardy/
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
from PySide import QtCore, QtGui
|
from PySide import QtCore, QtGui
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Licensed under GPLv3
|
||||||
|
# Written by Sebastian Lohff (seba@someserver.de)
|
||||||
|
# http://seba-geek.de/projects/seopardy/
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
|
|
4
music.py
4
music.py
|
@ -1,3 +1,7 @@
|
||||||
|
# Licensed under GPLv3
|
||||||
|
# Written by Sebastian Lohff (seba@someserver.de)
|
||||||
|
# http://seba-geek.de/projects/seopardy/
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Licensed under GPLv3
|
||||||
|
# Written by Sebastian Lohff (seba@someserver.de)
|
||||||
|
# http://seba-geek.de/projects/seopardy/
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import yaml
|
import yaml
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Licensed under GPLv3
|
||||||
|
# Written by Sebastian Lohff (seba@someserver.de)
|
||||||
|
# http://seba-geek.de/projects/seopardy/
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
# Licensed under GPLv3
|
||||||
|
# Written by Sebastian Lohff (seba@someserver.de)
|
||||||
|
# http://seba-geek.de/projects/seopardy/
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
|
4
video.py
4
video.py
|
@ -1,3 +1,7 @@
|
||||||
|
# Licensed under GPLv3
|
||||||
|
# Written by Sebastian Lohff (seba@someserver.de)
|
||||||
|
# http://seba-geek.de/projects/seopardy/
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
from PySide import phonon
|
from PySide import phonon
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Licensed under GPLv3
|
||||||
|
# Written by Sebastian Lohff (seba@someserver.de)
|
||||||
|
# http://seba-geek.de/projects/seopardy/
|
||||||
|
|
||||||
from PySide import QtGui, QtCore
|
from PySide import QtGui, QtCore
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
|
|
Loading…
Reference in New Issue