i cant open it
pls i have literally done this for 3 hours can someone please help
The more information you provide, the easier it would be for someone to help you.
-
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)
-
Make sure to install the requirements by using
pip install -r requirements.txtor If does not work, trypip install pygameandpip install numpy, if you somehow are missing pip, install it first -
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
-
Make sure that you have all the files downloaded and extracted from the archive.
-
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
cmdin your file explorer path -
Then, if you just run
python jes.pyit should work. In some cases you might have to usepython3 jes.pyor something like that