Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 373 Bytes

Paintor

A small painter program made by OF8.

Created as final project for course "67101-1 Introduction to Computer Science" at The Hebrew University of Jerusalem.

Final Grade: 91

How To use:

  1. Create a python virtual environment.
  2. Extract the zipped files to the venv directory.
  3. Activate the venv.
  4. pip install -r requirements.txt.
  5. Run main.py Enjoy!