ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,732,111 results

Related queries

ncurses

tui python

textual grammar

Textualize

2K subscribers

Paul Everitt
Gorgeous Terminal Apps with Textual | First Five

A lot of us spend a lot of time…in a text console. But can you get killer UIs, in a terminal? This is your first five minutes…with ...

7:18
Gorgeous Terminal Apps with Textual | First Five

15,198 views

3 years ago

Real Python
Building UIs in the Terminal With Python Textual: Your First TUI, Text Widgets & TCSS

Download your free Python Cheat Sheet here: https://realpython.com/cheatsheet Free Python Skill Test with instant level + ...

22:08
Building UIs in the Terminal With Python Textual: Your First TUI, Text Widgets & TCSS

12,929 views

1 month ago

Will McGugan
Rich terminal interface

Built with Rich (https://github.com/willmcgugan/rich)

0:16
Rich terminal interface

24,181 views

4 years ago

Textualize
What's a reactive attribute – Textual reactivity 101

Textual reactivity guide: https://textual.textualize.io/guide/reactivity/ The code for this video can be found in this repository: ...

3:56
What's a reactive attribute – Textual reactivity 101

2,188 views

1 year ago

Patrick Loeber
Beautiful Terminal Styling in Python With Rich

In this Python Tutorial I show you how you can create beautiful terminal styling with Rich. Rich is a Python library for rich text and ...

13:17
Beautiful Terminal Styling in Python With Rich

164,409 views

4 years ago

People also watched

Kevin Wood | Robotics & AI
Best OCR Models to Extract Text from Images (EasyOCR, PyTesseract, Idefics2, Claude, GPT-4, Gemini)

Get FREE Robotics & AI Resources (Guide, Textbooks, Courses, Resume Template, Code & Discounts) – Sign up via the pop-up ...

6:23
Best OCR Models to Extract Text from Images (EasyOCR, PyTesseract, Idefics2, Claude, GPT-4, Gemini)

88,379 views

1 year ago

Dreams of Code
10 CLI apps that have actually improved the way I work in the terminal

To get your own VPS instance - visit https://hostinger.com/dreamsofcode and make sure to use my coupon code ...

24:24
10 CLI apps that have actually improved the way I work in the terminal

135,596 views

4 months ago

NeuralNine
Modern Graphical User Interfaces in Python

In this video, we learn how to build modern-looking graphical user interfaces (GUIs) in Python.

11:12
Modern Graphical User Interfaces in Python

1,778,005 views

3 years ago

Patrick Loeber
Create a Task Tracker App for the Terminal with Python (Rich, Typer, Sqlite3)

In this Python Tutorial we learn how to build a terminal application (CLI app) to manage our tasks and todos. We use Typer for ...

20:11
Create a Task Tracker App for the Terminal with Python (Rich, Typer, Sqlite3)

74,308 views

3 years ago

Textualize
Textual stopwatch tutorial 01 – Textual setup

Written version of this tutorial: https://textual.textualize.io/tutorial/ Join the Textualize Discord server and chat with us: ...

5:58
Textual stopwatch tutorial 01 – Textual setup

18,117 views

2 years ago

ArjanCodes
Build AWESOME CLIs With Click in Python

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll guide you through creating a ...

25:12
Build AWESOME CLIs With Click in Python

82,260 views

1 year ago

Paul Everitt
How does Textual implement its reactive system?

Textual helps you build TUIs -- text UI. It has a reactive system -- you assign a value and stuff that watches, gets called. How does ...

13:30
How does Textual implement its reactive system?

4,088 views

4 years ago

Tech With Tim
Python Curses Tutorial #4 - User Input and Textboxes

Welcome back to the fourth video in this curses tutorial series! In this video I am going to be showing you how to get input from the ...

19:44
Python Curses Tutorial #4 - User Input and Textboxes

54,847 views

4 years ago

Code Nust
I Create Dashboard in One Minute using Python | Python for beginners | #python #coding #programming

In this video, you'll learn how to build a simple and interactive dashboard using Python and the Dash framework. Dash is a ...

1:04
I Create Dashboard in One Minute using Python | Python for beginners | #python #coding #programming

774,949 views

2 years ago

ForrestKnight
I made a TERMINAL website, with HIDDEN Easter eggs

It's finally time I make a personal website, and nothing's cooler than a terminal website build with pure html, css, and javascript that ...

11:23
I made a TERMINAL website, with HIDDEN Easter eggs

144,212 views

3 years ago

Textualize
How to submit and handle input in a Textual app

Learn more about handling messages here: https://textual.textualize.io/guide/events/ Learn more about the Input widget here: ...

6:25
How to submit and handle input in a Textual app

5,678 views

2 years ago

Will McGugan
Textual web service signup dialog
0:37
Textual web service signup dialog

834 views

2 years ago

Will McGugan
Textual Web in action
0:45
Textual Web in action

15,328 views

2 years ago

PyCharm, a JetBrains IDE
A Look At – and Inside – Textual

A GUI in a terminal? Will McGugan of Rich fame has launched Textual, a framework for UIs in terminals. It is super-sexy and ...

1:16:49
A Look At – and Inside – Textual

13,413 views

Streamed 4 years ago

Textualize
Basic screen management in Textual: pushing, popping, and switching screens

Documentation guide about the screen stack: https://textual.textualize.io/guide/screens/#screen-stack The code for this video can ...

9:48
Basic screen management in Textual: pushing, popping, and switching screens

4,063 views

2 years ago

Talk Python
Algorithms for high performance terminal apps - Talk Python to Me Ep. 498

In this episode, we welcome back Will McGugan, the creator of the wildly popular Rich library and founder of Textualize. We'll dive ...

1:12:05
Algorithms for high performance terminal apps - Talk Python to Me Ep. 498

2,109 views

Streamed 10 months ago

ZProger [ IT ]
Красивый графический интерфейс на Python | Все фишки Textual

Разверните мощную облачную базу данных за пару кликов в Selectel: https://slc.tl/28a0y ⭐ Курс ООП и Приват канал: ...

12:22
Красивый графический интерфейс на Python | Все фишки Textual

36,365 views

1 year ago

Warp
This Python Framework is INCREDIBLE👩‍💻 #softwaredeveloper #developer #technology #tech #programmer
0:34
This Python Framework is INCREDIBLE👩‍💻 #softwaredeveloper #developer #technology #tech #programmer

96,449 views

2 years ago

Will McGugan
Textual update #6
0:56
Textual update #6

3,485 views

4 years ago

Textualize
Building a calculator in the terminal – Textual tutorial

There's an obvious bug that I missed while recording... Challenge: find it & fix it. Hint: Try doing 5 * 2 with this calculator... 00:00 ...

1:00:44
Building a calculator in the terminal – Textual tutorial

2,941 views

1 year ago

Talk Python
Terminal magic with Rich and Textual - Talk Python to Me Ep.336

Have you heard of the package Rich? This library allows you to create very, well, rich terminal-based UIs in Python. When you ...

1:05:39
Terminal magic with Rich and Textual - Talk Python to Me Ep.336

11,850 views

Streamed 4 years ago