|
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