Skip to content

Latest commit

 

History

History
 
 

Emoji

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Emoji PDF Generator

Overview

This script generates a PDF file containing an emoji using a custom emoji font. It utilizes the reportlab library to create and manipulate the PDF.

Prerequisites

  • Python 3.x installed on your machine.
  • A custom emoji font file (e.g., Emoji.ttf).

Dependencies

The script requires the following Python libraries: reportlab

You can install the required library using pip: pip install reportlab