pfalcon / picotui

Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.
https://github.com/pfalcon/pycopy
MIT License
811 stars 70 forks source link

Not all examples in the README are in the examples dir #43

Closed stuaxo closed 4 years ago

stuaxo commented 4 years ago

The README mentions some examples, but their not the same as the files in the examples directory, e.g. example_widgets.py

pfalcon commented 4 years ago

Can you mention the part of README which mentions examples which are not mentioned?

stuaxo commented 4 years ago

Ooops I was in a meeting when I wrote this so it makes no sense ... !

stuaxo commented 4 years ago

OK, double checked - it really makes no sense - closing.

I missed that some examples are in the root, so was looking in the examples dir for them.

pfalcon commented 4 years ago

Right, a few examples are provided in the top-level dir where it's hard to miss them and very easy to run (git clone followed by python3 example_foo.py). But to not turn the top-level dir into a dump, the rest are in the examples/ dir. The whole disposition should be hinted in the README well enough.