We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The font_size_splitter function cannot be reproduced.
font_size_splitter
>>> from art import * >>> import random >>> random.seed(200) >>> tprint("test", "random-large")
The output remains the same in each session (within the same version)
Different outputs
Windows 10
Python 3.8
art.__version__
ART 6.0
The text was updated successfully, but these errors were encountered:
Sometimes, this problem can result in test failures. We should sort fonts variable:
fonts
art/art/art.py
Line 27 in 5be3f0d
Sorry, something went wrong.
@sadrasabouri Are you interested in handling this issue?
Yeah sure.
sadrasabouri
Successfully merging a pull request may close this issue.
Description
The
font_size_splitter
function cannot be reproduced.Steps/Code to Reproduce
Expected Behavior
The output remains the same in each session (within the same version)
Actual Behavior
Different outputs
Operating System
Windows 10
Python Version
Python 3.8
ART Version (Use :
art.__version__
)ART 6.0
The text was updated successfully, but these errors were encountered: