https://github.com/kalebu/python-cameraapp
A camera application made with python, tkinter and opencv
https://github.com/kalebu/python-cameraapp
desktop- opencv-application opencv-python python-camera python-programming python-programming-language python-projects python-tanzania tanzania tkinter tkinter-python
Last synced: 3 months ago
JSON representation
A camera application made with python, tkinter and opencv
- Host: GitHub
- URL: https://github.com/kalebu/python-cameraapp
- Owner: Kalebu
- Created: 2020-09-15T15:04:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T16:55:54.000Z (over 4 years ago)
- Last Synced: 2025-03-24T04:03:58.749Z (3 months ago)
- Topics: desktop-, opencv-application, opencv-python, python-camera, python-programming, python-programming-language, python-projects, python-tanzania, tanzania, tkinter, tkinter-python
- Language: Python
- Homepage: https://kalebujordan.dev/
- Size: 273 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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;```bash
# 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 :
```bash
$ pip3 install pillow
$ pip3 install python-tk
$ pip3 install opencv-python
```For Window :
```bash
$ 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
```bash
$ cd Python-CameraApp
```Now Let's use terminal run our Simple Camera App as shown below
```bash
$ 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 starCredits
-----------
All the credits to [kalebu](github.com/kalebu) and [Alfaxad](https://github.com/Alfaxad)