pystyle icon indicating copy to clipboard operation
pystyle copied to clipboard

The source of my Python library, pystyle.

Results 23 pystyle issues
Sort by recently updated
recently updated
newest added

what colors can i use?

Hello, I have been coding with pystyle for the past day and have found that using the center and colors functions of the module do not work together This is...

Hello, i tried multiplie things but im somehow not able to center Text inside a double box. everytime i try it the box becomes too large, the whole box with...

ctypes.windll.kernel32.SetConsoleTitleW(f'[NETFLIXER v3] - Made by Plasmonix') AttributeError: module 'ctypes' has no attribute 'windll' NOTE: i ran it on linux not windows

Hi I've found that discum module conflicts with pystyle module. **Code:** ```python from pystyle import Colorate, Colors import discum art = """ ┏┓┏┓╋╋╋╋╋╋╋╋┏┳━┳┓╋╋╋╋╋╋┏┓ ┃┗┛┣━┳┓┏┓┏━┓┃┃┃┃┣━┳┳┳┓┏┛┃ ┃┏┓┃┻┫┗┫┗┫╋┃┃┃┃┃┃╋┃┏┫┗┫╋┃ ┗┛┗┻━┻━┻━┻━┛┗━┻━┻━┻┛┗━┻━┛ """ print(Colorate.Horizontal(Colors.purple_to_blue, art, 1))...

It works fine when run in a py file but when I use pyinstaller, It looks like this ![tsjRMTA](https://user-images.githubusercontent.com/82530118/172012179-628804d6-33b5-4de5-ae36-24e08012f373.png)

When do you plan on finishing DynamicRGB?

everything works on windows 10 but on other laptop with windows 8.1 i get ![image](https://user-images.githubusercontent.com/65111609/167179213-66937f8e-81ac-468e-9baa-1670122ffde9.png)

i tried using `print(Colorate.Horizontal(Colors.yellow_to_red, "Hello, Welcome to Pystyle.", 1))` but it gave me this ![text](https://user-images.githubusercontent.com/82518573/161244840-ba7b5430-db88-4c47-85af-81f95cf5ee30.png)

can i have center and fide together ?