Skip to content

Commit

Permalink
Replace the now non-open source PySimpleGUI with FreeSimpleGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
nickygerritsen committed Sep 2, 2024
1 parent 9adfd25 commit d3de2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion domlogo/domlogo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import subprocess

import PySimpleGUI as sg
import FreeSimpleGUI as sg
import glob
import os
import requests
Expand Down
2 changes: 1 addition & 1 deletion provision-contest/ansible/roles/domlogo/files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ First, create the following files:
- `images/photos/idle.png`, an image with a width of 1024 (and any height) to show when the judgedaemon is idle.

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

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

Expand Down

0 comments on commit d3de2dc

Please sign in to comment.