Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Emoji Poster Generator

This Python script creates a fun poster by overlaying random emojis on a blank canvas.

Features

  • Randomly places emojis on a canvas
  • Supports custom fonts (emoji-supporting .ttf)
  • Generates colorful and fun posters

Requirements

  • Python 3.x
  • Pillow library

Installation

  1. Install Pillow:
    pip install pillow
  2. Save the emoji_poster.py file to your desired folder.

Usage

  1. Open terminal or command prompt in the folder containing emoji_poster.py.
  2. Run the script:
    python emoji_poster.py
  3. Check the folder for the generated emoji_poster.png.

Customization

  • You can change the number of emojis, canvas size, background color, and emoji list in the script.
  • Optionally, provide a path to a .ttf font that supports emojis for better rendering.

Notes

  • If the font does not support emojis, the default system font will be used, which may not display emojis correctly.