Skip to content

WebArtPainter WebArtPainter is a powerful Python program that enables creative image creation directly on websites. With this tool, you can bring your artistic vision to the digital world by drawing images using custom RGB color codes.

License

Notifications You must be signed in to change notification settings

jami100YT/WebArtPainter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebArtPainter

WebArtPainter is a Python program that allows you to create artistic images directly on websites. With the ability to customize your color palette using RGB codes, you can bring your creative vision to life effortlessly.

Note: The runtime of the program may vary based on the resolution of the input image. For a standard resolution of 256 * 256 pixels, the process may take up to two hours.

Features:

  • Web-based Art Creation: Generate impressive artwork directly on websites with ease.

  • Interruptible Process: Press Esc at any time to gracefully exit the program.

  • Image Input: The program requires an image for drawing. Use the following example code to set the image:

from paint import Paint

# Create an instance of Paint
tracker = Paint()

# Change the image for drawing
tracker.change_image("image.png")

# Start the calibration process
tracker.start_calibration()

# Draw the image on the website
tracker.drawImage()

About

WebArtPainter WebArtPainter is a powerful Python program that enables creative image creation directly on websites. With this tool, you can bring your artistic vision to the digital world by drawing images using custom RGB color codes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages