Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.39 KB

README.md

File metadata and controls

70 lines (45 loc) · 1.39 KB

Python Camera Application

This repository of source code of simple desktop camera application made in python using Tkinter and Opencv as a funny project.

Getting started 🔧

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

Dependencies

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

Running Our App

Go into the repository

$ cd Python-CameraApp

Now Let's use terminal run our Simple Camera App as shown below

$ python app.py

A camera App

Now afer running a code, a camera app should be live and running in a way just as shown below;

Give it a star

Did you find this information useful, then give it a star

Credits

All the credits to kalebu and Alfaxad