BhavyeMathur / goopylib-v1

A simple-yet-powerful 2D graphics framework built on top of Tkinter capable of creating good-looking & modern GUIs, games, and simple animations.

Home Page:https://pypi.org/project/goopylib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Format Text Objects with Markdown

BhavyeMathur opened this issue · comments

I saw this question on Stack Overflow: https://stackoverflow.com/questions/63992250/display-differently-styled-bulletpoints-with-pygame and thought that goopylib Text Objects should have an option to display text as is rendered in Markdown.

So the user should be able to bold parts of text using **, use italics using *, create bullets, etc. Maybe support for Quotes isn't required because it is much more complicated. Hyperlinks can be detected and they should be able to automatically link to open websites.