Spaces:
Sleeping
Sleeping
metadata
title: Textual in a Space
emoji: 🖥️
colorFrom: indigo
colorTo: gray
sdk: docker
app_port: 7860
pinned: false
Textual Calculator on Hugging Face Spaces
This Space demonstrates a fully functional calculator application built with Textual and served through textual-serve on Hugging Face Spaces.
What is this?
This Space runs a macOS-inspired calculator application as a Terminal User Interface (TUI) in your web browser. It showcases how sophisticated TUI applications can be deployed as web apps using Textual and Hugging Face Spaces.
Calculator Features
- 🔢 Full arithmetic operations (addition, subtraction, multiplication, division)
- % Percentage calculations
- ± Sign toggling
- 🖱️ Click buttons with your mouse
- ⌨️ Use your keyboard for input
- 🎨 Beautiful macOS-inspired design
- 🚀 Real-time interaction via WebSockets
How it works
- The Docker container runs a textual-serve server on port 7860
- The server spawns the Textual demo application as a subprocess
- WebSocket connections handle bidirectional communication
- Your browser displays the terminal interface
Want to deploy your own Textual app?
Check out the source code to see how this Space is configured and adapt it for your own Textual applications!