From 758ed61a521d33c80f2be42d2b5ceacb931c160e Mon Sep 17 00:00:00 2001 From: David Allemang Date: Tue, 1 Aug 2017 22:11:06 -0400 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec2b259 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# InfoDisplay + +This project was made to drive a Raspberry Pi connected to a spare monitor. The program itself loads json files to determine the format and content of elements to be displayed. It is also possible to user-defined scripts to provide images or text to be rendered. + +The project uses PyGame under the hood, so any computer with it should be able to run it. There is no kind of security protection for the user-defined scripts, so keep that in mind if you mean to use this.