EVIL:/GriN
241 posts

EVIL:/GriN
@_karsh0506
Thriving upon the curiosity with(in) myself













while exploring more of Python, I'm genuinely enjoying using it. so I built an *Image to ASCII converter* in Python. it converts any supported image format into ASCII art directly in the terminal. while building it, I learned how image processing actually works: - loading images with Pillow - grayscale conversion - contrast enhancement - image sharpening - maintaining aspect ratio while resizing - mapping pixel brightness (0–255) to ASCII characters - saving the output to a text file - structuring a CLI application with reusable functions One thing I enjoyed the most was designing the brightness to ASCII mapping algorithm instead of copying it. The converter works with any ASCII character set because the mapping is based on the character set's length rather than hardcoded values, making it adaptable to different character sets. I also started a new GitHub repository called *python-scripts*, where I'll keep all the Python utilities and CLI tools I build while learning (even if they're simple). Repository: github.com/aditya4f/pytho… Project: github.com/aditya4f/pytho…





🚨 BREAKING : Argentina is currently the most hated country in the world.

He takes scamming to a whole new level









