Skip to main content

No project description provided

Project description

textual-snowfall

PyPI - Version PyPI - Python Version


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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

textual_snowfall-0.0.3.post2.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

textual_snowfall-0.0.3.post2-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page