Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Random Emoji Canvas

A fun Python script that generates a randomized emoji art canvas using the Pillow library.
Each run creates a unique 500×500 image filled with colorful emojis placed at random positions.


Features

  • Randomly places emojis on a blank canvas
  • Auto-detects emoji-supporting fonts for Windows/macOS
  • Outputs a PNG image (random_emoji_canvas.png)
  • Simple and customizable (change size, emoji count, background, etc.)

Requirements

Install Pillow Library

pip install pillow

Run the script:

python random_emoji_canvas.py

Check that random_emoji_canvas.png is created with randomly placed emojis.