diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa1495c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.jpg +__pycache__/ +fonts/ \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..cd4a9fe --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# VatSched + +Scheduling overview for Vatsim Germany's Forum. +Output as a jpg. + +Using the following python dependancies +imgkit +dateutil +requests \ No newline at end of file