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

Add 'Rich' text to monopoly's text output #48

Merged
merged 1 commit into from Dec 3, 2022
Merged

Add 'Rich' text to monopoly's text output #48

merged 1 commit into from Dec 3, 2022

Conversation

dunkmann00
Copy link
Owner

@dunkmann00 dunkmann00 commented Dec 3, 2022

This adds the Rich package to get nicer looking text output in the terminal. Rich also comes with a spinner so the Spinner from utils is no longer needed.

This also required adding a hash to PyGal's requirements-runtime.txt entry because of how pip handles hashes. If one requirement has it, they all must. In the process of doing this I ended up building a wheel of the PyGal patch so that is what is now used to install PyGal. In the end, this is probably an improvement.

Closes #43

This adds the Rich package to get nicer looking text output in the
terminal. Rich also comes with a spinner so the Spinner from utils is
no longer needed.

This also required adding a hash to PyGal's requirements-runtime.txt
entry because of how pip handles hashes. If one requirement has it, they
all must. In the process of doing this I ended up building a wheel of
the PyGal patch so that is what is now used to install PyGal. In the
end, this is probably an improvement.
@dunkmann00 dunkmann00 merged commit d8ed926 into main Dec 3, 2022
@dunkmann00 dunkmann00 deleted the rich branch December 3, 2022 02:58
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.

Nicer terminal output
1 participant