Skip to content

Commit ab15154

Browse files
committed
updated the readme
1 parent c0c50d6 commit ab15154

File tree

1 file changed

+30
-12
lines changed

1 file changed

+30
-12
lines changed

README.md

+30-12
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11

2-
# Python Camera Application
3-
This repository of source code of simple Desktop Camera Application
4-
Made using Python.
2+
Python Camera Application
3+
----------------------------
4+
5+
This repository of source code of simple desktop camera application made in python using **Tkinter** and **Opencv** as a funny project.
56

67
## Getting started 🔧
8+
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;
79

810

911
```bash
1012
# Clone this repository
1113
$ git clone https://github.com/Kalebu/Python-CameraApp
1214

13-
# Go into the repository
14-
$ cd Python-CameraApp
1515
```
1616

17-
## Instructions
17+
Dependencies
18+
--------------
1819

1920
To successful run the Camera Application you will need to have the following
20-
Dependecies installed on your Machine
21+
Dependecies installed just as shown below;
2122

2223
For Linux :
2324
```bash
@@ -35,7 +36,15 @@ $ pip install opencv-python
3536

3637
Once everything is cleary installed , you're now ready to run the application
3738

38-
# Running Our App
39+
Running Our App
40+
-----------------
41+
42+
43+
Go into the repository
44+
45+
```bash
46+
$ cd Python-CameraApp
47+
```
3948

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

@@ -44,9 +53,18 @@ $ python app.py
4453

4554
```
4655

47-
### Congrats your Python Camera is up Running
56+
A camera App
57+
--------------
58+
Now afer running a code, a camera app should be live and running in a way just as shown below;
59+
60+
![](mycamera.png?raw=true)
61+
62+
Give it a star
63+
--------------
64+
Did you find this information useful, then give it a star
65+
4866

49-
Incase you face any difficulties why trying to run
50-
the Application Let me know
67+
Credits
68+
-----------
69+
All the credits to [kalebu](github.com/kalebu) and [Alfaxad](https://github.com/Alfaxad)
5170

52-
![](mycamera.png?raw=true)

0 commit comments

Comments
 (0)