https://github.com/wiseaidev/textual-experimentations
A collection of experiments conducted on Textual.
https://github.com/wiseaidev/textual-experimentations
Last synced: about 1 year ago
JSON representation
A collection of experiments conducted on Textual.
- Host: GitHub
- URL: https://github.com/wiseaidev/textual-experimentations
- Owner: wiseaidev
- License: mit
- Created: 2022-04-15T15:06:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T19:36:14.000Z (about 4 years ago)
- Last Synced: 2025-02-05T03:38:45.263Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Textual-Experimentations
########################
A collection of experiments conducted on Textual while writing articles on `my blog`_.
Examples:
---------
`input_field`_: A custom widget that simulates the concept of an input field.
`input_fields_toggle`_: input fields with tab focus.
.. image:: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/umckob063979532d8d1s.png
:target: https://github.com/Harmouch101/Textual-Experimentations
:alt: Text Field
`login`_: A custom login screen.
.. image:: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tj0fv20j2wmzh46vcvq2.gif
:target: https://github.com/Harmouch101/Textual-Experimentations
:alt: login screen
.. _my blog: https://dev.to/wiseai
.. _input_field: ./experiments/input_field.py
.. _Login: ./experiments/login.py
.. _input_fields_toggle: ./experiments/input_fields_toggle.py