Search code examples
imagefilepycharm

How do I upload an image onto a pycharm project?


I am making a chess program for school. I have the first part of the code, but I need the images for the pieces to be in the project files. I can open my files within the project, but annoyingly cannot find a way to save them in the project.

I have had a look around, but haven't found any help on it online, making me think I must be missing something really simple. Your help would be very much appreciated.


Solution

  • Found the answer: just need to upload it into the files along with the main venv library and the main program. Simples.