bczsalba / pytermgui

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
https://ptg.bczsalba.com
MIT License
2.25k stars 56 forks source link

tutorial #131

Closed ixenion closed 1 year ago

ixenion commented 1 year ago

Where is at least some tutorial?

It seems there is no one...

not here https://ptg.bczsalba.com/ image

nor here https://ptg.bczsalba.com/walkthroughs/ image

bczsalba commented 1 year ago

Hey!

There is no full blown tutorial. Take a look at the examples directory for some examples of usage, and if you have any further questions join us on Discord!

I encourage reading some of the docs still, since they do provide some tidbits on how to use the library, and how it works under the hood. You can ignore the Reference category for the time being; though it will be useful while developing.

ixenion commented 1 year ago

By examples do you mean this short page with one example? https://ptg.bczsalba.com/walkthroughs/inline/

Its almost imposible to build app with this docs image

ixenion commented 1 year ago

Take a look, how FLET made their tutorial: https://flet.dev/docs/guides/python/getting-started/

image

Cant you make something like that?

ixenion commented 1 year ago

Unfortunately I have to switch to "npyscreen" lib. At least they have something resembling a tutorial

bczsalba commented 1 year ago

Good luck with nypscreen then!

bczsalba commented 1 year ago

By examples do you mean this short page with one example? https://ptg.bczsalba.com/walkthroughs/inline/

Its almost imposible to build app with this docs image

I meant the examples directory in this GitHub repo. I also said to avoid using the Reference page, as it's not very useful when starting out.

ixenion commented 1 year ago

Why when I click on a gif with one particular application (Launcher) https://github.com/bczsalba/pytermgui/blob/master/examples/README.md image

it redirects me to a page with a different one: image Where should I find this beautiful "Launcher"?

ixenion commented 1 year ago

Got you 😁

bczsalba commented 1 year ago

Why when I click on a gif with one particular application (Launcher) https://github.com/bczsalba/pytermgui/blob/master/examples/README.md image

it redirects me to a page with a different one? image Where should I find this beautiful "Launcher"?

It's the same example, just updated a bunch. Run ptg to open it!

ixenion commented 1 year ago

You dont need to shout out) Just provide proper tutorial