You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been toying around with this project for a bit and it's been great. But I'm having trouble figuring out what goes where. For example:
Where do I define the color to use (the pyfiglet class or the Figlet class?)
Very likely that I'm missing something obvious. But for me, the short "Quickstart" guide on how to use the package (by importing into code) is not very clear.
Maybe this is something that can be accomplished along with #74?
The text was updated successfully, but these errors were encountered:
Thanks for raising this. I agree it's not clear to a newcomer. Improvements welcomed. I don't have time to address the general complaint very well myself but I will review changes which improve the situation. The smaller the changes the better.
At the moment I'd recommend reading the source code if you want to know how it works and the API and have a need which isn't immediately addressed by just poking around. (e.g. search for "color" and look for relevant-looking code).
Hi,
Been toying around with this project for a bit and it's been great. But I'm having trouble figuring out what goes where. For example:
pyfiglet
class or theFiglet
class?)Very likely that I'm missing something obvious. But for me, the short "Quickstart" guide on how to use the package (by importing into code) is not very clear.
Maybe this is something that can be accomplished along with #74?
The text was updated successfully, but these errors were encountered: