Skip to content

Arvind-4/Paint-Using-PyQt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paint in Python

A Paint Application with minimal features.

Code

Install Virtualenv

pip install virtualenv
cd /path/to/folder
mkdir paint
cd paint
virtualenv .

Activate the Virtualenv

source scripts/activate

Install Dependencies & Run the Code

git clone https://github.com/Arvind-4/Paint-Using-PyQt5.git .
cd src
pip install -r requirements.txt
python main.py