https://github.com/masterofobzene/eyecolorchanger
A small python script to change the eye color of your AI characters.
https://github.com/masterofobzene/eyecolorchanger
ai-eyes ai-tools color-changer eye-changer python script
Last synced: about 1 month ago
JSON representation
A small python script to change the eye color of your AI characters.
- Host: GitHub
- URL: https://github.com/masterofobzene/eyecolorchanger
- Owner: masterofobzene
- License: gpl-3.0
- Created: 2026-05-08T21:52:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-08T22:16:58.000Z (about 2 months ago)
- Last Synced: 2026-05-08T23:37:02.727Z (about 2 months ago)
- Topics: ai-eyes, ai-tools, color-changer, eye-changer, python, script
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eye Color Changer
A small python script to change the eye color of your AI characters.
It is not perfect but it is easier and faster than photoshoping it.

## INSTALL:
1- Download Eye [Color Changer.py](https://github.com/masterofobzene/eyecolorchanger/blob/main/Eye%20Color%20Changer.py) - (right click -> save link as)
2- Install python requirements. Open CMD and type: `pip install mediapipe==0.10.14` then `pip install opencv-python==4.10.0.84` and finally `pip install numpy`
# USE:
`python "C:\whatever\Color Changer.py" img1.jpg img2.png img3.jpeg teal`
You can use other colors:
- blue
- teal
- green
- brown
- hazel
- gray
- purple
The script will excecute and put the new recolored versions of the images in the root where the originals where, and the originals will be put into a `ORIGINAL_EYES` folder.
> [!TIP]
NOTE: if the script cannot detect the eyes on your pic (this can happen if the image is too small or the eyes are not very clear) the script will NOT move that file to the originals folder.