ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,808,029 results

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

18,712 views

4 months ago

Textualize

2.12K 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

17,763 views

3 years 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

169,698 views

4 years ago

Will McGugan
Rich terminal interface

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

0:16
Rich terminal interface

26,993 views

5 years ago

Don't Use This Code • James Powell
Don't Be Deceived | Is Python's Textual Overhyped? Part 1

Transform your Python CLI apps with Textual! Join the DUTC Discord Server: https://discord.gg/ZhJPKYSfNp Sign up for DUTC ...

14:49
Don't Be Deceived | Is Python's Textual Overhyped? Part 1

332 views

2 months ago

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

15,940 views

2 years ago

People also watched

ArjanCodes
Python Poetry in 8 Minutes

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

8:27
Python Poetry in 8 Minutes

148,357 views

1 year ago

Mouse Vs Python
Updating TUI Interfaces Live with Python and Textual

Learn how to do live updating of styles in Textual's text-based user interface (TUI) using CSS Read great Python tutorials on ...

7:56
Updating TUI Interfaces Live with Python and Textual

1,487 views

1 year 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)

75,972 views

4 years ago

MoureDev by Brais Moure
Python in 8 Minutes

Learn Python quickly and easily in 8 minutes and 32 seconds. I'll explain the features and fundamentals of today's most ...

9:38
Python in 8 Minutes

238,520 views

1 year ago

Nate Babaev
5 Python Libraries for Building Command Line Tools

In this video, I show how you can create a command line tool (CLI) using 5 Python libraries. I utilized OpenWeatherMap API and ...

2:23
5 Python Libraries for Building Command Line Tools

32,167 views

4 years 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,118 views

4 years ago

Real Python
Improving Python Console Output With Rich

This is a preview of the video course "Unleashing the Power of the Console With Rich". Python's Rich package is a versatile tool ...

19:37
Improving Python Console Output With Rich

19,849 views

2 years ago

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

Tenorshare PDNob(https://bit.ly/4svqQBM) applies advanced OCR model, letting you extract text from images and scanned ...

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

105,674 views

1 year ago

Will McGugan
CSS within the terminal with Python and Textual

CSS is a new addition to Textual. Coming in a future update. Follow me on Twitter: https://twitter.com/willmcgugan Textual Repo: ...

13:04
CSS within the terminal with Python and Textual

8,682 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

843,256 views

2 years ago

Computerphile
Writing a Text Editor - Computerphile

Writing a text editor can't be that hard can it? Surely just a case of shifting around a bunch of ASCII characters? Dr Steve Bagley is ...

22:01
Writing a Text Editor - Computerphile

237,635 views

7 months 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,631 views

2 years ago

Justin Garrison
The best TUIs - powerful terminal apps

Terminal User Interfaces are not just htop and vim. There's a wide range of applications designed for terminals and these are my ...

38:11
The best TUIs - powerful terminal apps

99,077 views

6 months ago

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

3,538 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,441 views

2 years ago

Tech With Tim
Python Curses Tutorial #1 - Make GOOD Looking Terminal Apps!

Welcome back to another video! In this series I will be showing you how to use the Curses Module! I'll be showing you how to style ...

15:37
Python Curses Tutorial #1 - Make GOOD Looking Terminal Apps!

236,755 views

4 years ago

NeetCodeIO
Text Justification - Leetcode 68 - Python

Solving Leetcode 68, Text Justification. While it's definitely difficult, I don't think it's as bad as you would expect. Though the ...

17:52
Text Justification - Leetcode 68 - Python

52,698 views

2 years ago

Demkeys VODs
Learning Python Textual library to make TUI apps | Study With Me! 🏳️‍🌈 | 02082025 |

Twitch VOD archive from 02/08/2025. Welcome to this in-depth VOD of the live stream where we dove deep into the powerful ...

1:18:21
Learning Python Textual library to make TUI apps | Study With Me! 🏳️‍🌈 | 02082025 |

294 views

4 months 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,772 views

Streamed 1 year ago