Inital Commit with db, env and date requirements
This commit is contained in:
commit
6fff4bc3c8
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
bin/*
|
||||||
|
include/*
|
||||||
|
lib/*
|
||||||
|
local/*
|
||||||
|
__pycache__/*
|
||||||
|
.ropeproject/*
|
||||||
|
*.pyc
|
||||||
|
updater.py
|
||||||
|
.env
|
8
readme.md
Normal file
8
readme.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Generate Display
|
||||||
|
Will generate png's to display on Factory displays. Images will come from a master folder and merged with display specific fodlers. Can convert pdf, gif, jpg and png to the correct scaled image size for the display. Optionally generate Birthdays and Anniversary png.
|
||||||
|
|
||||||
|
### Prerequisites
|
||||||
|
```
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
6
requirements.txt
Normal file
6
requirements.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Pillow==5.1.0
|
||||||
|
argparse==1.2.1
|
||||||
|
pyPdf==1.13
|
||||||
|
pymssql==2.1.3
|
||||||
|
python-dotenv==0.9.1
|
||||||
|
wsgiref==0.1.2
|
Loading…
Reference in New Issue
Block a user