https://github.com/pr4k/te-we
Te-We is a Terminal Webcam Client which can be used to use your webcam using terminal
https://github.com/pr4k/te-we
Last synced: 9 months ago
JSON representation
Te-We is a Terminal Webcam Client which can be used to use your webcam using terminal
- Host: GitHub
- URL: https://github.com/pr4k/te-we
- Owner: pr4k
- License: mit
- Created: 2020-08-28T07:03:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T15:53:26.000Z (almost 6 years ago)
- Last Synced: 2025-07-29T02:44:02.413Z (11 months ago)
- Language: Python
- Size: 6.35 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TE-WE (Terminal Webcam)
I was using my linux and suddenly I realised that I have no application for webcam on my system, So I thought of creating one on my own.
So presenting you the **Webcam Terminal**, A terminal client for webcam made solely with Ascii Characters.
You can find the whole unedited video of programming at :
[youtube.com/how-i-created-a webcam-terminal-client](https://youtu.be/me2RsizTnU4)
---
### Technology Used
It uses Opencv to stream the webcam and break the video into frames, later we use each frame to create an Ascii image of it with different density characters.
Next part is to give each character color based on the original color of image, for this we will be converting the *RGB* color to *ANSI* color which can be displayed on terminal.
### Demo

### How to use:
- Install the required library using `pip install -r requirements.txt`
- Run the script using `python main.py`
**Enjoy**
### To-Do
- Create the calculation part in *Julia* or someother language to speed up the calculation
- Improve the overall performance
---
### Feedback
Feel free to leave any issues or contribute.