No project description provided
Project description
textual-snowfall
Table of Contents
Installation
pip install textual-snowfall
License
textual-snowfall is distributed under the terms of the MIT license.
Usage
Textual-snowfall is a Textual container widget that'll add snow to your app. Use it as you would use a normal container, or use it as a mixin with other container classes.
For example:
from textual.app import App
from textual.containers import ScrollableContainer
from textual_snowfall.widgets import Snowfall
class SnowScroll(ScrollableContainer, Snowfall):
pass
class MyApp(App):
def compose(self):
yield SnowScroll()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file textual_snowfall-0.0.3.post2.tar.gz.
File metadata
- Download URL: textual_snowfall-0.0.3.post2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c22f1adab53e8a0b33a7a1d535f3df760e24d418a583793f6dc9110530bd8736
|
|
| MD5 |
300e0354b3be3ccd3bc96e6092dbd982
|
|
| BLAKE2b-256 |
b77b44b2a0c0c146d67c2d68828fa41c1783b7be16b1ef6fabb4535b23749618
|
File details
Details for the file textual_snowfall-0.0.3.post2-py3-none-any.whl.
File metadata
- Download URL: textual_snowfall-0.0.3.post2-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c3fd98e823fdf667abc4d68eb12bee3d6bece902c1c66b3db4ab24701d420e5
|
|
| MD5 |
71c9f8fcfa7655fa2f800d70ec0277c7
|
|
| BLAKE2b-256 |
bdc240c3f493ed5712f8cc7d9b935591b376051c9934675b3ebd413750724d49
|