Initial commit for the more modular rewrite of the Photobooth.
Basic Qt5-GUI implemented Config-File support implemented Basic settings dialog to change config implemented NO Photobooth functionality, yet
This commit is contained in:
9
photobooth/Photobooth.py
Normal file
9
photobooth/Photobooth.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import Config, PyQt5Gui
|
||||
|
||||
def main(argv):
|
||||
|
||||
config = Config.Config('photobooth.cfg')
|
||||
return PyQt5Gui.run(argv, config)
|
||||
Reference in New Issue
Block a user