Skip to content

Commit

Permalink
yam paradise 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PSYclownYT committed Nov 9, 2024
1 parent e03d1c8 commit 19417ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
name = "User"

# Setting up app assets directory
assets_path = Path("GameDetails/")
logo_path = Path("assets/SeeamLogo.png")

# Define primary color scheme
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pillow==9.5.0
pandas==2.2.3
Pillow==11.0.0
pygame==2.5.2
Requests==2.32.3
tkhtmlview==0.3.1
Requests==2.32.3
10 changes: 0 additions & 10 deletions run-this-first.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@
os.mkdir('SeeamApps')
except:
print('one of the dirs already exists!')
print('You might need to restart this file to continue!')
import requests
def getonlinefile(url, path):
req = requests.get(url)
with open(path, 'wb') as f:
f.write(req.content)
getonlinefile('https://codeberg.org/psyclown/SEEAM/raw/branch/main/assets/SeeamLogo.png','assets/SeeamLogo.png')
getonlinefile('https://raw.githubusercontent.com/PSYclownYT/OpenWithSEEAM/refs/heads/main/main.py', 'main.py')
getonlinefile('https://raw.githubusercontent.com/PSYclownYT/OpenWithSEEAM/refs/heads/main/InstallGame.py','InstallGame.py')

import tkinter as tk

from tkinter import simpledialog
Expand Down

0 comments on commit 19417ed

Please sign in to comment.