mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
update to introduction
This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
|
||||
Welcome to the [Textual](https://github.com/Textualize/textual) framework documentation. Built with ❤️ by [Textualize.io](https://www.textualize.io)
|
||||
|
||||
<hr>
|
||||
|
||||
## In a hurry?
|
||||
|
||||
[Get started](./getting_started.md){ .md-button .md-button--primary } or jump straight to [Tutorial](./tutorial.md){ .md-button .md-button--primary }
|
||||
|
||||
## What is Textual?
|
||||
|
||||
Textual is a framework for building applications that run within your terminal. Text User Interfaces (TUIs) have a number of advantages over web and desktop apps.
|
||||
|
||||
@@ -57,8 +62,6 @@ Textual is a framework for building applications that run within your terminal.
|
||||
</div>
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
```{.textual path="examples/calculator.py" columns=100 lines=41 press="3,.,1,4,5,9,2,_,_,_,_,_,_,_,_"}
|
||||
```
|
||||
@@ -79,5 +82,3 @@ Textual is a framework for building applications that run within your terminal.
|
||||
|
||||
```{.textual path="docs/examples/app/widgets01.py"}
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user