jes icon indicating copy to clipboard operation
jes copied to clipboard

i cant open it

Open olliescottldn-ctrl opened this issue 3 months ago • 1 comments

pls i have literally done this for 3 hours can someone please help

olliescottldn-ctrl avatar Sep 16 '25 18:09 olliescottldn-ctrl

The more information you provide, the easier it would be for someone to help you.

  1. Install latest version of python, make sure pip is installed as well, don't forget to add python and pip to PATH (there should be an option to do that during installation, or you can do that manually)

  2. Make sure to install the requirements by using pip install -r requirements.txt or If does not work, try pip install pygame and pip install numpy, if you somehow are missing pip, install it first

  3. You would need to manually edit one of the files to fix the issue with font, otherwise it just would not work, it's only 3 lines of code https://github.com/carykh/jes/issues/47#issuecomment-3101055010

  4. Make sure that you have all the files downloaded and extracted from the archive.

  5. You should run the script from the root directory of the repo (from the same folder the python script in), easiest way to do this is to type cmd in your file explorer path

  6. Then, if you just run python jes.py it should work. In some cases you might have to use python3 jes.py or something like that

dphdmn avatar Sep 20 '25 10:09 dphdmn