https://github.com/anonymoux47/urwidgets
A collection of widgets for urwid (https://urwid.org)
https://github.com/anonymoux47/urwidgets
ansi hyperlinks terminal text tui urwid widgets
Last synced: over 1 year ago
JSON representation
A collection of widgets for urwid (https://urwid.org)
- Host: GitHub
- URL: https://github.com/anonymoux47/urwidgets
- Owner: AnonymouX47
- License: mit
- Created: 2023-03-03T17:25:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T15:18:45.000Z (over 1 year ago)
- Last Synced: 2024-10-14T04:08:28.729Z (over 1 year ago)
- Topics: ansi, hyperlinks, terminal, text, tui, urwid, widgets
- Language: Python
- Homepage: https://urwidgets.readthedocs.io
- Size: 167 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# urWIDgets
A collection of widgets for [urwid](https://urwid.org)
## Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contribution](#contribution)
- [Sponsor This Project](#sponsor-this-project)
## Installation
### Requirements
- [Python](https://www.python.org/) >= 3.7
- [urwid](https://github.com/urwid/urwid/wiki/Installation-instructions) (will be installed automatically)
### Steps
The latest **stable** version can be installed from [PyPI](https://pypi.org/project/urwidgets) with:
```shell
pip install urwidgets
```
The **development** version can be installed with:
```shell
pip install git+https://github.com/AnonymouX47/urwidgets.git
```
## Usage
🚧 There might be incompatible changes between minor versions of
version zero!
**If you want to use this library in a project while it's still on version zero, ensure you pin the dependency to a specific minor version e.g `>=0.1,<0.2`.**
See the [docs](https://urwidgets.readthedocs.io) for the API Reference (with usage examples).
## Contribution
Please read through the [guidelines](https://github.com/AnonymouX47/urwidgets/blob/main/CONTRIBUTING.md).
## Sponsor This Project
Any amount will go a long way in aiding the progress and development of this project.
Thank you! 💓