Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding italic option #5

Merged
merged 1 commit into from Oct 5, 2021
Merged

Adding italic option #5

merged 1 commit into from Oct 5, 2021

Conversation

peterhttps
Copy link
Contributor

Nice repo!!

Adding italic option to colored text, so with this:

import iridi

iridi.print("This is a normal message", ["#8A2387", "#E94057", "#F27121"], bold=False, italic=False)
iridi.print("This is a bold message", ["#8A2387", "#E94057", "#F27121"], bold=True, italic=False)
iridi.print("This is an italic message", ["#8A2387", "#E94057", "#F27121"], bold=False, italic=True)
iridi.print("This is a bold and italic message", ["#8A2387", "#E94057", "#F27121"], bold=True, italic=True)

you will have:

image

@cnrad
Copy link
Owner

cnrad commented Oct 5, 2021

Looks good to me, great idea!

@cnrad cnrad merged commit 81d5a05 into cnrad:master Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants