1
1
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.
5
6
6
7
## 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;
7
9
8
10
9
11
``` bash
10
12
# Clone this repository
11
13
$ git clone https://github.com/Kalebu/Python-CameraApp
12
14
13
- # Go into the repository
14
- $ cd Python-CameraApp
15
15
```
16
16
17
- ## Instructions
17
+ Dependencies
18
+ --------------
18
19
19
20
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;
21
22
22
23
For Linux :
23
24
``` bash
@@ -35,7 +36,15 @@ $ pip install opencv-python
35
36
36
37
Once everything is cleary installed , you're now ready to run the application
37
38
38
- # Running Our App
39
+ Running Our App
40
+ -----------------
41
+
42
+
43
+ Go into the repository
44
+
45
+ ``` bash
46
+ $ cd Python-CameraApp
47
+ ```
39
48
40
49
Now Let's use terminal run our Simple Camera App as shown below
41
50
@@ -44,9 +53,18 @@ $ python app.py
44
53
45
54
```
46
55
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
+
48
66
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 )
51
70
52
- ![ ] ( mycamera.png?raw=true )
0 commit comments