From 69428f977d1067f4332db2af958f8362767086c8 Mon Sep 17 00:00:00 2001 From: Gorkem Date: Mon, 28 Jul 2025 14:42:43 -0500 Subject: [PATCH] add README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7492456 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# FearBooth + +[![License: GNU General Public License v3.0](https://img.shields.io/badge/Firmware%20License-GNU%20GPL--v3.0-yellow)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) +[![License: CC BY-SA 4.0](https://img.shields.io/badge/Documentation%20License-CC_BY--SA_4.0-lightgrey)](https://creativecommons.org/licenses/by-sa/4.0/) + + +This repository contains all the files and documentation for FearBooth, a Raspberry Pi powered photo booth that takes your picture like a regular photo booth but only prints it if you look scared! [Visit the DIY guide](https://gorkem.cc/projects/FearBooth) for details. + + +File structure: ++ `Firmware` contains the python code and necessary drivers. ++ `CAD` contains print ready .stl files \ No newline at end of file