An open API service indexing awesome lists of open source software.

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.

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