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 | ||||
| # https://gist.github.com/elshaka/2999082 | ||||
| # and make this configureable | ||||
| # Licensed under GPLv3 | ||||
| # Written by Sebastian Lohff (seba@someserver.de) | ||||
| # http://seba-geek.de/projects/seopardy/ | ||||
| 
 | ||||
| from __future__ import print_function | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
| 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 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 | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
| 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 yaml | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,9 @@ | |||
| #!/usr/bin/python | ||||
| 
 | ||||
| # Licensed under GPLv3 | ||||
| # Written by Sebastian Lohff (seba@someserver.de) | ||||
| # http://seba-geek.de/projects/seopardy/ | ||||
| 
 | ||||
| from __future__ import print_function | ||||
| 
 | ||||
| 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 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 | ||||
| 
 | ||||
| import copy | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue