Skip to content

I've created a basic project. Which sends the BOARD through the server to the client, you'll get a Window/BOARD and whatever you draw on it will be send to the client!

Notifications You must be signed in to change notification settings

ItsSuhail/PAINT-OPENCV-SOCKET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PAINT-OPENCV-SOCKET

I've created a basic project. What it does is, First we run "srvMain.py" which will start the server, and then we'll run "clntMain.py" which will connect to the server and whatever we paint in the "Server" window it will be printed on "Client" window.

Screenshot

It is made with opencv & socket.

There are several functions:- Right click- Board color will be set to your current color

Double right click- Board will be clear

Left click- Allows you to paint on board

Its a side project, my goal was to build it to an extent so that it can be used for teaching and stuff. I have worked on many projects like this with the help of Socket library. In the future I will be thinking to add Tkinter or I will just build it again with JavaFX or C# and build a very different and cool UI.

NOTE THAT

  • There may be some bugs and issues with this program, as I have not tackled some 'Execptions' so the program might crash but still the chances are low!

About

I've created a basic project. Which sends the BOARD through the server to the client, you'll get a Window/BOARD and whatever you draw on it will be send to the client!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages