-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Idea 1 - Pattern
-
Clr.pattern(*args): should allow any number of Clr codes to be passed through, and looped in a pattern (similar toClr.rainbow(str))
I should be able to do Clr.pattern(Clr.BLACK, Clr.WHITE) and get a black and white string
Idea 2 - Mirror
-
Clr.mirror(str): using a dictionary, swap each letter in a string with an upside version
Idea 3 - Reverse
-
Clr.reverse(str): basicallyClr.mirror()except a reverse string is returned using indexing[::-1]
Here's the characters:
abcdefghijklmnopqrstuvwxyz
0123456789
👇
68ㄥ9ϛㄣƐᄅƖ0
zʎxʍʌnʇsɹbdouɯlʞɾᴉɥƃɟǝpɔqɐ
You need to:
- Add these functions to the README documentation, with appropriate descriptions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers