I'm interested in making images that resemble QR codes but feature color based on hex values. For example, I'd input a word like "Hi," which converts to the hex code 4869, and then I want that to be represented by specific colors like red, light green, light orange, and green. Which programming language would be best for this project? I'm still learning, so I hope you can be understanding!
3 Answers
Absolutely, you can definitely do this in Python, especially with Pillow! It seems like a perfect fit for your idea. If you want to flip the process later, Python can handle that too—just make sure to plan out how you'd convert the colors back to hex!
You can really tackle this project using any programming language! Each one has libraries that can handle image creation and manipulation, so it’s mostly about which one you feel comfortable with.
If your goal is to convert letters into hex numbers and then represent each hex as a colored pixel in an image, I'd suggest using Python along with the PIL (Pillow) library. It's great for image processing and pretty straightforward to use.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically