jes icon indicating copy to clipboard operation
jes copied to clipboard

won't open

Open someweirddude-americanuser opened this issue 5 months ago • 4 comments

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)

dphdmn avatar Jul 22 '25 05:07 dphdmn

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

dphdmn avatar Sep 20 '25 10:09 dphdmn