DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
418 stars 191 forks source link

Script to view an emoji in pdf #43

Open DhanushNehru opened 2 years ago

DhanushNehru commented 2 years ago

A python script which takes input as an emoji, or a text containing emoji

It should be viewed in the pdf

The emoji shouldn't be misinterpreted into any other special characters in the pdf

Please mention the emojis you have tried incase you solve this issue

3NCRY9T3D commented 2 years ago

Hi, there are few libraries for same. I will give it a try. Can you assign this to me?

roshan-byte commented 1 year ago

hello Dhanush, i have some knowledge related to this problem statement. can you give a chance to me?

3NCRY9T3D commented 1 year ago

Since I have merged a PR, I think he should be given a chance. I can un-assign my self, if its okay

Wolf-06 commented 1 year ago

Is the issue still open ?

CrypticRevenger commented 12 months ago

@DhanushNehru can I work on this issue? Can you Please assign me. The repo what will be added is in pdf file or the python file.

ruchit-t commented 10 months ago

@DhanushNehru Can you please assign this to me?

ruchit-t commented 10 months ago

@DhanushNehru Thanks for assigning this to me! Just to be sure, do you want to convert the emoji into a pdf or the entire string should be converted into a pdf file without any alteration in the emoji? For example, the 👍 should be visible as 👍 in the converted pdf file?

DhanushNehru commented 10 months ago

@DhanushNehru Thanks for assigning this to me! Just to be sure, do you want to convert the emoji into a pdf or the entire string should be converted into a pdf file without any alteration in the emoji? For example, the 👍 should be visible as 👍 in the converted pdf file?

@ruchit-t entire string should be converted into a pdf file without any alternation in the emoji

ruchit-t commented 10 months ago

@DhanushNehru, I added a new Python script under the folder (emoji to pdf) that creates a PDF file without any alteration in the emoji string! The following emojis were used for testing: 😂👍😂🙌😉🤳🤷‍♀️🙌😁🎂🐱‍👤🤳✔💋🐱‍👓🐱‍👓😃🎁 I believe it supports a large chunk of emojis! Here is the PR number #210 Thanks!