This repository of source code of simple desktop camera application made in python using Tkinter and Opencv as a funny project.
In order to explore this desktop-app you might have to firstly clone or download the project repository in your machine just as shown below;
# Clone this repository
$ git clone https://github.com/Kalebu/Python-CameraApp
To successful run the Camera Application you will need to have the following Dependecies installed just as shown below;
For Linux :
$ pip3 install pillow
$ pip3 install python-tk
$ pip3 install opencv-python
For Window :
$ pip install pillow
$ pip install opencv-python
Once everything is cleary installed , you're now ready to run the application
Go into the repository
$ cd Python-CameraApp
Now Let's use terminal run our Simple Camera App as shown below
$ python app.py
Now afer running a code, a camera app should be live and running in a way just as shown below;
Did you find this information useful, then give it a star