I did pip install this and get it working without problems.As someone who designs curricula, I'm glad to know about it.Using curses module, not Tk.Kirby_______________________________________________On Wed, Sep 15, 2021 at 3:58 AM Kent Tong <kent.tong.mo@gmail.com> wrote:_______________________________________________Hi,I have written a small Python package (https://pypi.org/project/lineui/) to provide an API to a one-line user interface (like that in a calculator) for Python learners.It provides the following features:
- output in the line (left, right or middle aligned).
- output in the console (the lower box), mainly for debugging.
- keyboard input.
- timer input (every second or every 0.05 seconds).
- schedule a call to a function a certain seconds later.
- make a beep.With these a Python learner can make apps like: digital clock, the classic digit invaders game, slapjack, etc.
--Kent TongIT author and consultant, child education coach
Edu-sig mailing list -- edu-sig@python.org
To unsubscribe send an email to edu-sig-leave@python.org
https://mail.python.org/mailman3/lists/edu-sig.python.org/
Member address: kirby.urner@gmail.com
Edu-sig mailing list -- edu-sig@python.org
To unsubscribe send an email to edu-sig-leave@python.org
https://mail.python.org/mailman3/lists/edu-sig.python.org/
Member address: wes.turner@gmail.com