Compare commits
No commits in common. "5a51f49befd317144f13f3ed2cab4e41d5e8c968" and "ea8930ad14af56759166cfcdebb33018bb3876fd" have entirely different histories.
5a51f49bef
...
ea8930ad14
@ -1,5 +1,5 @@
|
||||
import os
|
||||
import FreeSimpleGUI as sg
|
||||
import PySimpleGUI as sg
|
||||
from datetime import date, timedelta
|
||||
from pathlib import Path
|
||||
from PIL import Image, ImageDraw, ImageEnhance, ImageFilter, ImageFont, ImageOps
|
||||
@ -15,7 +15,7 @@ def resource_path(relative_path):
|
||||
|
||||
def save_filename():
|
||||
"""determin file name by platform"""
|
||||
folder = Path('C:/Users/harvest/Documents/OBS/Overlays')
|
||||
folder = Path('D:/OBS Assets/Overlays')
|
||||
if folder.exists():
|
||||
return folder / 'Title.png'
|
||||
return Path.home() / 'Pictures' / 'Title.png'
|
||||
|
||||
0
hcatitles.spec
Normal file → Executable file
0
hcatitles.spec
Normal file → Executable file
0
projector.ico
Normal file → Executable file
0
projector.ico
Normal file → Executable file
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
@ -1,5 +1,5 @@
|
||||
Pillow
|
||||
pyinstaller
|
||||
pyinstaller-hooks-contrib
|
||||
FreeSimpleGUI
|
||||
|
||||
PySimpleGUI==4.60.1
|
||||
pywin32-ctypes
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
cd C:\Development\hcatitles
|
||||
call venv\scripts\activate.bat
|
||||
python hcatitles.py
|
||||
@ -1,3 +0,0 @@
|
||||
Set objShell = CreateObject("WScript.Shell")
|
||||
objShell.Run Chr(34) & "C:\Development\hcatitles\startup.bat" & Chr(34), 0
|
||||
Set objShell = Nothing
|
||||
0
tahoma.ttf
Normal file → Executable file
0
tahoma.ttf
Normal file → Executable file
0
tahomabd.ttf
Normal file → Executable file
0
tahomabd.ttf
Normal file → Executable file
Loading…
Reference in New Issue
Block a user