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()
Release files for textual-snowfall 0.0.3.post2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| textual_snowfall-0.0.3.post2.tar.gz | 6.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| textual_snowfall-0.0.3.post2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.2 kB
Release files / textual_snowfall-0.0.3.post2.tar.gz
| Download URL | textual_snowfall-0.0.3.post2.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c22f1adab53e8a0b33a7a1d535f3df760e24d418a583793f6dc9110530bd8736
|
|
BLAKE2b-256 checksum How to use checksums |
b77b44b2a0c0c146d67c2d68828fa41c1783b7be16b1ef6fabb4535b23749618
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.23.3
|
Release files / textual_snowfall-0.0.3.post2-py3-none-any.whl
| Download URL | textual_snowfall-0.0.3.post2-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7c3fd98e823fdf667abc4d68eb12bee3d6bece902c1c66b3db4ab24701d420e5
|
|
BLAKE2b-256 checksum How to use checksums |
bdc240c3f493ed5712f8cc7d9b935591b376051c9934675b3ebd413750724d49
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.23.3
|