Theming support mentioned and donate button added
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
# photobooth
|
# photobooth
|
||||||
|
|
||||||
|
[](https://www.buymeacoffee.com/reuterbal)
|
||||||
|
|
||||||
A flexible Photobooth software.
|
A flexible Photobooth software.
|
||||||
|
|
||||||
|
It supports many different camera models, the appearance can be adapted to your likings, and it runs on many different hardware setups.
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
This is a Python application to build your own photobooth.
|
This is a Python application to build your own photobooth.
|
||||||
|
|
||||||
@@ -10,6 +15,7 @@ This is a Python application to build your own photobooth.
|
|||||||
* Printing of captured pictures
|
* Printing of captured pictures
|
||||||
* Highly customizable via settings menu inside the graphical user interface
|
* Highly customizable via settings menu inside the graphical user interface
|
||||||
* Support for external buttons and lamps via GPIO interface
|
* Support for external buttons and lamps via GPIO interface
|
||||||
|
* Theming support using [Qt stylesheets](https://doc.qt.io/qt-5/stylesheet-syntax.html)
|
||||||
|
|
||||||
### Technical specifications
|
### Technical specifications
|
||||||
* Many camera models supported, thanks to interfaces to [gPhoto2](http://www.gphoto.org/), [OpenCV](https://opencv.org/), [Raspberry Pi camera module](https://projects.raspberrypi.org/en/projects/getting-started-with-picamera)
|
* Many camera models supported, thanks to interfaces to [gPhoto2](http://www.gphoto.org/), [OpenCV](https://opencv.org/), [Raspberry Pi camera module](https://projects.raspberrypi.org/en/projects/getting-started-with-picamera)
|
||||||
@@ -48,5 +54,8 @@ Please submit them via the [Issue tracker](https://github.com/reuterbal/photoboo
|
|||||||
|
|
||||||
I am also happy to hear any success stories! Feel free to [submit them here](https://github.com/reuterbal/photobooth/issues/new?template=success-story.md)
|
I am also happy to hear any success stories! Feel free to [submit them here](https://github.com/reuterbal/photobooth/issues/new?template=success-story.md)
|
||||||
|
|
||||||
|
If you find this application useful, please consider [buying me a coffee](https://www.buymeacoffee.com/reuterbal).
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
I provide this code under AGPL v3. See [LICENSE](https://github.com/reuterbal/photobooth/blob/master/LICENSE.txt).
|
I provide this code under AGPL v3. See [LICENSE](https://github.com/reuterbal/photobooth/blob/master/LICENSE.txt).
|
||||||
|
|||||||
Reference in New Issue
Block a user