and shebangs and make all scripts executable
This commit is contained in:
4
image_poster.py
Normal file → Executable file
4
image_poster.py
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python
|
||||
#! /usr/bin/env python3
|
||||
|
||||
import freetype
|
||||
import io
|
||||
@@ -86,4 +86,4 @@ img = drawPoster(events, (0, 0, 0), (20, 250, 50))
|
||||
img.save('poster_dark.png')
|
||||
|
||||
img = drawPoster(events, (255, 255, 255), (0, 0, 0))
|
||||
img.save('poster_light.png')
|
||||
img.save('poster_light.png')
|
||||
|
Reference in New Issue
Block a user