Convert videos and images to ASCII art, including live streaming.
Project description
GLFY is a versatile tool for converting videos, images, and live streams into ASCII art. It supports video conversion, live video capture, virtual camera streaming, and screen capturing. GLFY is designed for efficiency and customization, making it ideal for artistic and fun applications.
Features
- Video to ASCII Art: Convert video files into ASCII art video files.
- Image to ASCII Art: Convert image files into ASCII art images.
- Live Video to ASCII Art: Capture live video from your webcam and display it as ASCII art.
- Virtual Camera Support: Stream ASCII art to a virtual camera for use in video applications.
- Screen Capture: Stream your screen as ASCII art in real-time.
- Customizable Parameters: Adjust brightness, contrast, vibrancy, gamma, and more.
Installation
Install GLFY directly from PyPI:
pip install glfy
GLFY can be used from the command line or within a Python script.
Command Line Usage
-
Convert an image to ASCII art: glfy image path/to/image.jpg
-
Convert a video to ASCII art: glfy video path/to/video.mp4
-
Start live video ASCII conversion: glfy live
-
Start live video conversion from camera: glfy live -src cam
Python Script Usage
You can use GLFY’s CLI from within a Python script using the subprocess module:
import subprocess
Convert an image to ASCII art using the CLI subprocess.run(['glfy', 'image', 'path/to/image.jpg'])
Convert a video to ASCII art using the CLI subprocess.run(['glfy', 'video', 'path/to/video.mp4'])
Start live video ASCII conversion using the CLI subprocess.run(['glfy', 'live'])
Customizable Parameters
GLFY allows you to adjust various parameters to customize the ASCII art output:
- Brightness, Contrast, and Vibrancy Adjustments: Modify the appearance of the ASCII art.
- Gamma Correction: Fine-tune the brightness of the ASCII output.
- Background Manipulation: Adjust background vibrancy, brightness, and blur.
- ASCII Character Set: Use different ASCII characters for varied artistic effects.
- Virtual Camera Settings: Set resolution and frame rate for virtual camera streaming.
License
This project is licensed under the MIT License.
Enjoy creating ASCII art with GLFY!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file glfy-0.1.3.tar.gz.
File metadata
- Download URL: glfy-0.1.3.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8acbd30bb754f92f9ab54c8dab5491be7d3ea82f14ac83b28273de080d9505f
|
|
| MD5 |
767af4e2cfd2738166bdd5be313ed98a
|
|
| BLAKE2b-256 |
9706c0fd0b8f73edbbb111dfef58e12fcad23a6bddcfaa0ec3334a1e3890e4cb
|
File details
Details for the file glfy-0.1.3-py3-none-any.whl.
File metadata
- Download URL: glfy-0.1.3-py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca9248f7004a3d73cfb3607e91cf9bc05fb8c75f82a306c1f630a75734c350d2
|
|
| MD5 |
ee43cbab3c2105904e6af55985d840ed
|
|
| BLAKE2b-256 |
a6eefa74dd3c35297422dc68ccbec1fd9173f262fd0541678437fa54ce710d3b
|