From efc5af0b617f6ef8e197614f5ca4324ca2ddfaa7 Mon Sep 17 00:00:00 2001 From: Marek Baczynski Date: Sat, 10 Nov 2018 17:42:04 +0100 Subject: [PATCH] added a shitty readme.md --- readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c61fba2 --- /dev/null +++ b/readme.md @@ -0,0 +1,18 @@ +#ELAB Part Search +ELABs custom inventory system for locating components. + +##Design and use +The system allows searching for parts in ELAB by part name or a description text and returns the location of the part - a drawer or other compartment name and a map illustration. Finding obscure, outdated ICs was never this easy! + + +##Requirements +Python, and the following packages: + +* flask +* flask-login +* sqlalchemy +* werkzeug +* pillow + +##Work in progress +The system is currently being worked on. No touchy! \ No newline at end of file