pibooth


Namepibooth JSON
Version 2.0.7 PyPI version JSON
download
home_pagehttps://github.com/pibooth/pibooth
SummaryA photo booth application in pure Python for the Raspberry Pi.
upload_time2023-04-02 11:28:45
maintainer
docs_urlNone
authorVincent Verdeil, Antoine Rousseaux
requires_python>=3.6
licenseMIT license
keywords raspberry pi camera photobooth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |Pibooth|

|PythonVersions| |PypiPackage| |Downloads|

The ``pibooth`` project provides a photobooth application *out-of-the-box* in pure Python
for Raspberry Pi. Have a look to the `wiki <https://github.com/pibooth/pibooth/wiki>`_
to discover some realizations from GitHub users, and don't hesitate to send us
photos of your version.

.. image:: https://raw.githubusercontent.com/pibooth/pibooth/master/docs/images/background_samples.png
   :align: center
   :alt: Settings

Features
--------

* Interface available in Danish, Dutch, English, French, German, Hungarian, Norwegian , Portuguese (Portugal and Brazil) and Spanish (customizable)
* Capture from 1 to 4 photos and concatenate them in a final picture
* Support all cameras compatible with gPhoto2, OpenCV and Raspberry Pi
* Support for hardware buttons and lamps on Raspberry Pi GPIO
* Fully driven from hardware buttons / keyboard / mouse / touchscreen
* Auto-start at the Raspberry Pi startup
* Animate captures from the last sequence during idle time
* Store final pictures and the individual captures
* Printing final pictures using CUPS server (printing queue indication)
* Custom texts can be added on the final picture (customizable fonts, colors, alignments)
* Custom background(s) and overlay(s) can be added on the final picture
* All settings available in a configuration file (most common options in a graphical interface)
* Highly customizable thanks to its plugin system, you can develop your own plugin

Documentation
-------------

.. image:: https://raw.githubusercontent.com/pibooth/pibooth/master/docs/images/documentation.png
   :align: center
   :alt: Documentation
   :target: https://pibooth.readthedocs.io
   :height: 200px

Plugins
-------------------

Here is a list of known plugins compatible with Pibooth

Pibooth organisation's plugin
=============================

- `pibooth-picture-template <https://github.com/pibooth/pibooth-picture-template>`_
- `pibooth-google-photo <https://github.com/pibooth/pibooth-google-photo>`_
- `pibooth-sound-effects <https://github.com/pibooth/pibooth-sound-effects>`_
- `pibooth_dropbox <https://github.com/pibooth/pibooth-dropbox>`_
- `pibooth-qrcode <https://github.com/pibooth/pibooth-qrcode>`_

Third-party plugins
===================

Third-party plugins can be found on GitHub or on `plugins on PyPI  <https://pypi.org/search/?q=pibooth>`_.
Here is a short list:

- `pibooth-lcd-display <https://pypi.org/project/pibooth-lcd-display>`_
- `pibooth-neopixel_spi <https://github.com/peteoheat/pibooth-neopixel_spi>`_
- `pibooth-telegram-upload <https://pypi.org/project/pibooth-telegram-upload>`_
- `pibooth-s3-upload <https://pypi.org/project/pibooth-s3-upload>`_

Sponsors
--------

An enormous thanks to to `@andhey <https://github.com/andhey>`_, `@philipbarwi <https://github.com/philipbarwi>`_ and `@laurasees <https://github.com/laurasees>`_ who sponsored us, it means a lot to us!

.. |Pibooth| image:: https://raw.githubusercontent.com/pibooth/pibooth/master/docs/pibooth.png
   :align: middle

.. |PythonVersions| image:: https://img.shields.io/badge/python-3.6+-red.svg
   :target: https://www.python.org/downloads
   :alt: Python 3.6+

.. |PypiPackage| image:: https://badge.fury.io/py/pibooth.svg
   :target: https://pypi.org/project/pibooth
   :alt: PyPi package

.. |Downloads| image:: https://img.shields.io/pypi/dm/pibooth?color=purple
   :target: https://pypi.org/project/pibooth
   :alt: PyPi downloads



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pibooth/pibooth",
    "name": "pibooth",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Raspberry Pi,camera,photobooth",
    "author": "Vincent Verdeil, Antoine Rousseaux",
    "author_email": "",
    "download_url": "https://github.com/pibooth/pibooth/archive/2.0.7.tar.gz",
    "platform": "unix",
    "description": "|Pibooth|\n\n|PythonVersions| |PypiPackage| |Downloads|\n\nThe ``pibooth`` project provides a photobooth application *out-of-the-box* in pure Python\nfor Raspberry Pi. Have a look to the `wiki <https://github.com/pibooth/pibooth/wiki>`_\nto discover some realizations from GitHub users, and don't hesitate to send us\nphotos of your version.\n\n.. image:: https://raw.githubusercontent.com/pibooth/pibooth/master/docs/images/background_samples.png\n   :align: center\n   :alt: Settings\n\nFeatures\n--------\n\n* Interface available in Danish, Dutch, English, French, German, Hungarian, Norwegian , Portuguese (Portugal and Brazil) and Spanish (customizable)\n* Capture from 1 to 4 photos and concatenate them in a final picture\n* Support all cameras compatible with gPhoto2, OpenCV and Raspberry Pi\n* Support for hardware buttons and lamps on Raspberry Pi GPIO\n* Fully driven from hardware buttons / keyboard / mouse / touchscreen\n* Auto-start at the Raspberry Pi startup\n* Animate captures from the last sequence during idle time\n* Store final pictures and the individual captures\n* Printing final pictures using CUPS server (printing queue indication)\n* Custom texts can be added on the final picture (customizable fonts, colors, alignments)\n* Custom background(s) and overlay(s) can be added on the final picture\n* All settings available in a configuration file (most common options in a graphical interface)\n* Highly customizable thanks to its plugin system, you can develop your own plugin\n\nDocumentation\n-------------\n\n.. image:: https://raw.githubusercontent.com/pibooth/pibooth/master/docs/images/documentation.png\n   :align: center\n   :alt: Documentation\n   :target: https://pibooth.readthedocs.io\n   :height: 200px\n\nPlugins\n-------------------\n\nHere is a list of known plugins compatible with Pibooth\n\nPibooth organisation's plugin\n=============================\n\n- `pibooth-picture-template <https://github.com/pibooth/pibooth-picture-template>`_\n- `pibooth-google-photo <https://github.com/pibooth/pibooth-google-photo>`_\n- `pibooth-sound-effects <https://github.com/pibooth/pibooth-sound-effects>`_\n- `pibooth_dropbox <https://github.com/pibooth/pibooth-dropbox>`_\n- `pibooth-qrcode <https://github.com/pibooth/pibooth-qrcode>`_\n\nThird-party plugins\n===================\n\nThird-party plugins can be found on GitHub or on `plugins on PyPI  <https://pypi.org/search/?q=pibooth>`_.\nHere is a short list:\n\n- `pibooth-lcd-display <https://pypi.org/project/pibooth-lcd-display>`_\n- `pibooth-neopixel_spi <https://github.com/peteoheat/pibooth-neopixel_spi>`_\n- `pibooth-telegram-upload <https://pypi.org/project/pibooth-telegram-upload>`_\n- `pibooth-s3-upload <https://pypi.org/project/pibooth-s3-upload>`_\n\nSponsors\n--------\n\nAn enormous thanks to to `@andhey <https://github.com/andhey>`_, `@philipbarwi <https://github.com/philipbarwi>`_ and `@laurasees <https://github.com/laurasees>`_ who sponsored us, it means a lot to us!\n\n.. |Pibooth| image:: https://raw.githubusercontent.com/pibooth/pibooth/master/docs/pibooth.png\n   :align: middle\n\n.. |PythonVersions| image:: https://img.shields.io/badge/python-3.6+-red.svg\n   :target: https://www.python.org/downloads\n   :alt: Python 3.6+\n\n.. |PypiPackage| image:: https://badge.fury.io/py/pibooth.svg\n   :target: https://pypi.org/project/pibooth\n   :alt: PyPi package\n\n.. |Downloads| image:: https://img.shields.io/pypi/dm/pibooth?color=purple\n   :target: https://pypi.org/project/pibooth\n   :alt: PyPi downloads\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "A photo booth application in pure Python for the Raspberry Pi.",
    "version": "2.0.7",
    "split_keywords": [
        "raspberry pi",
        "camera",
        "photobooth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5622a63ff5a87950e605db64084b9bc70105df6a612b9b5af111c6649831e7e",
                "md5": "ca42de8c767af9d0e461961d4a56f158",
                "sha256": "534d237627e333e44bf795fd5b0fafffd9a4a5014e1290f71caa67752145fdf2"
            },
            "downloads": -1,
            "filename": "pibooth-2.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca42de8c767af9d0e461961d4a56f158",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 813851,
            "upload_time": "2023-04-02T11:28:45",
            "upload_time_iso_8601": "2023-04-02T11:28:45.509017Z",
            "url": "https://files.pythonhosted.org/packages/f5/62/2a63ff5a87950e605db64084b9bc70105df6a612b9b5af111c6649831e7e/pibooth-2.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-02 11:28:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pibooth",
    "github_project": "pibooth",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pibooth"
}
        
Elapsed time: 0.06633s