Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 532 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 532 Bytes

Resources

Requirements

  • Python
  • tkinter
  • Pillow PIL

Create a Virtual Enviroment

  • Use Git-Bash as shell for terminal on windows.
  • Create a python virtual environment
python -m venv venv
  • Activate the virtual environment (source venv/Scripts/activate)
. venv/Scripts/activate
  • Install Requirement
pip install -r requirements.txt

Running the program