Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 825 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 825 Bytes

ASCII-Camera

Your Webcam in the terminal using ASCII art with colour!

Requirements

To run the script, you'll need the following Python packages:

  • numpy==1.26.0
  • opencv-python==4.8.1.78

Installation

To get started, follow these steps:

  1. Clone this repository to your local machine.
  2. Create a virtual environment (optional but recommended).
  3. Install the required packages using pip.

Acknowledgements

Author

Varun

Have fun! :)

PLEASE SEE: There's a for loop which limits it to 10 frames. Please switch that out for while True: to enable forever.