Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c6a53b

Browse files
editing ReadMe
1 parent 024aa93 commit 9c6a53b

File tree

1 file changed

+50
-2
lines changed

1 file changed

+50
-2
lines changed

‎README.md‎

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,50 @@
1-
# Python-CameraApp
2-
This is Simple Camera Desktop Application Made in Python using Opencv and Tkinter Library
1+
2+
# Python Camera Application
3+
This repository of source code of simple Desktop Camera Application
4+
Made using Python.
5+
6+
## Getting started 🔧
7+
8+
9+
```bash
10+
# Clone this repository
11+
$ git clone https://github.com/Kalebu/Python-CameraApp
12+
13+
# Go into the repository
14+
$ cd Python-CameraApp
15+
```
16+
17+
## Instructions
18+
19+
To successful run the Camera Application you will need to have the following
20+
Dependecies installed on your Machine
21+
22+
For Linux :
23+
```bash
24+
25+
$ pip3 install pillow
26+
$ pip3 install python-tk
27+
$ pip3 install opencv-python
28+
```
29+
30+
For Window :
31+
```bash
32+
$ pip install pillow
33+
$ pip install opencv-python
34+
```
35+
36+
Once everything is cleary installed , you're now ready to run the application
37+
38+
# Running Our App
39+
40+
Now Let's use terminal run our Simple Camera App as shown below
41+
42+
```bash
43+
$ python app.py
44+
45+
```
46+
47+
# Congrats your Python Camera is up Running
48+
49+
Incase you face any difficulties why trying to run
50+
the Application Let me know

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /