Introduction of OpenCV and pillow packages to make a program like Microsoft Paint.
$ pip3 install opencv-contrib-python
$ pip3 install matplotlib
$ pip3 install pillow
$ pip3 install numpy
// install these libraries based on your environment.
Made with ❤️ by Rohan Dubey