File tree 2 files changed +2
-2
lines changed
provision-contest/ansible/roles/domlogo/files
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
import subprocess
3
3
4
- import PySimpleGUI as sg
4
+ import FreeSimpleGUI as sg
5
5
import glob
6
6
import os
7
7
import requests
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ First, create the following files:
6
6
- ` images/photos/idle.png ` , an image with a width of 1024 (and any height) to show when the judgedaemon is idle.
7
7
8
8
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.
10
10
11
11
Optionally you can create a file ` images/config.yaml ` with something like:
12
12
You can’t perform that action at this time.
0 commit comments