won't open
I already downloaded the latest Python 3 version, but everytime I run "cmd python jes.py" in command prompt, nothing appears. Can anyone help me?
Just use python jes.py
Don't forget to run pip install -r requirements.txt before that
Also you would have to edit the jes_ui.py file to fix the font issue
Lines 18-20
self.bigFont = pygame.font.SysFont('Arial', 60)
self.smallFont = pygame.font.SysFont('Arial', 30)
self.tinyFont = pygame.font.SysFont('Arial', 21)
it said "Defaulting to user installation because normal site-packages is not writeable ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'"
am i forgetting something
it said "Defaulting to user installation because normal site-packages is not writeable ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'"
https://github.com/carykh/jes/issues/49#issuecomment-3314880802