Skip to content

Commit d3de2dc

Browse files
author
Nicky Gerritsen
committed
Replace the now non-open source PySimpleGUI with FreeSimpleGUI
1 parent 9adfd25 commit d3de2dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

domlogo/domlogo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
import subprocess
33

4-
import PySimpleGUI as sg
4+
import FreeSimpleGUI as sg
55
import glob
66
import os
77
import requests

provision-contest/ansible/roles/domlogo/files/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ First, create the following files:
66
- `images/photos/idle.png`, an image with a width of 1024 (and any height) to show when the judgedaemon is idle.
77

88
Next, add the needed Python dependencies to the `lib` folder, within a folder called `python3.10`. You can copy this
9-
folder from a local machine and it should contain the `PySimpleGUI` and `requests` Python packages.
9+
folder from a local machine and it should contain the `FreeSimpleGUI` and `requests` Python packages.
1010

1111
Optionally you can create a file `images/config.yaml` with something like:
1212

0 commit comments

Comments
 (0)