Skip to content

Commit

Permalink
Update structural + .ink file
Browse files Browse the repository at this point in the history
  • Loading branch information
ScheerleJo committed Jun 13, 2022
1 parent daa5bcd commit cb0f38e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
*.png
!thumbnail_raw.png
!thumbnail_raw.png
!Thumbnail.png
!Thumbnail_example.png
__pycache__
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# ThumbnailGenerator
# ThumbnailGen

Is a Python application to create thumnails currently semi-automatically for the regular streams on sundays.
The ThumbnailGen is a Python application to create thumbnails semi-automatically for the regular Livestream on Sundays in our [Church](https://www.youtube.com/channel/UClapMLdmTYl2hPJB4zVHd1g).

## Current Status
The Thumbnail consists of 3 major parts:

It currently supports the date and name of the upcoming Sunday using the downloadable .ics file provided by [www.kirchenjahr-evangelisch.de](https://www.kirchenjahr-evangelisch.de)
IMPORTANT!
The .ics file needs to be named `'kirchenjahr-evangelisch.ics'`
- The blurry background
- the logo of our Church
- and the data consisting of:
- date
- name of the Sunday/Event
- biblical passage

## Future Plans
Here is an example of how this looks:
![Example](Thumbnail_example.png)

In the Future it is planned to create Thumbnails in combination with streams on Youtube to automate at least the creation process.
For this I want to use the Youtube Livestreaming API either in Node.js or Python
## How to use

Another Plan is to have the python-script as an executable and still dynamically create png files
The application currently supports automatically providing the date and name of the upcoming Sunday using the downloadable .ics file provided by [www.kirchenjahr-evangelisch.de](https://www.kirchenjahr-evangelisch.de).
The GUI lets you create the Thumbnail for the upcoming Sunday service as well as other events if you tick the Spezial-Checkbox.

To open the GUI, you execute the `Thumbnail Generator.ink`. If you want to use its full potential, you can download the .ics file as previously mentioned. The exact location for the calendar file doesn't matter as long the file is in the repository folder.

## Developer

Expand Down
Binary file added Thumbnail Generator.lnk
Binary file not shown.
Binary file added Thumbnail_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb0f38e

Please sign in to comment.