a simple UI for python learners
Kent Tong <[email protected]> Wed, 15 Sep 2021 18:56:43 +0800
| Newsgroups | gmane.comp.python.education |
|---|---|
| Message-ID | <CAKs98dHgeiLAfxuwCC1AE6AqiTp4t20GVU59ntKMoDEs80adrA@mail.gmail.com> |
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 Tong IT author and consultant, child education coach _______________________________________________ Edu-sig mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/edu-sig.python.org/ Member address: [email protected]