billythegoat356 / pystyle

The source of my Python library, pystyle.
https://pypi.org/project/pystyle/
Eclipse Public License 2.0
202 stars 13 forks source link

Not styling dues of conflicting module. #16

Open notspeezy opened 2 years ago

notspeezy commented 2 years ago

Hi I've found that discum module conflicts with pystyle module. Code:

from pystyle import Colorate, Colors
import discum

art = """
┏┓┏┓╋╋╋╋╋╋╋╋┏┳━┳┓╋╋╋╋╋╋┏┓
┃┗┛┣━┳┓┏┓┏━┓┃┃┃┃┣━┳┳┳┓┏┛┃
┃┏┓┃┻┫┗┫┗┫╋┃┃┃┃┃┃╋┃┏┫┗┫╋┃
┗┛┗┻━┻━┻━┻━┛┗━┻━┻━┻┛┗━┻━┛
"""

print(Colorate.Horizontal(Colors.purple_to_blue, art, 1))

Output: alt_text

billythegoat356 commented 2 years ago

hey thanks for letting me know