All Projects → tonycpsu → Panwid

tonycpsu / Panwid

Licence: lgpl-2.1
A collection of widgets for urwid.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Panwid

Finalcut
A text-based widget toolkit
Stars: ✭ 244 (+197.56%)
Mutual labels:  console, library, widget
Contour
Modern C++ Terminal Emulator
Stars: ✭ 191 (+132.93%)
Mutual labels:  console, library
Consoleimg
Display images in your developer console!
Stars: ✭ 132 (+60.98%)
Mutual labels:  console, library
Chroma
A general purpose syntax highlighter in pure Go
Stars: ✭ 3,013 (+3574.39%)
Mutual labels:  console, library
Dynamic Support
A complete library to build Android apps with a built-in theme engine.
Stars: ✭ 218 (+165.85%)
Mutual labels:  library, widget
Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (+15.85%)
Mutual labels:  console, library
Criterion
Microbenchmarking for Modern C++
Stars: ✭ 140 (+70.73%)
Mutual labels:  console, library
Stepper Touch
Stepper Touch for Android based on MaterialUp submission
Stars: ✭ 621 (+657.32%)
Mutual labels:  library, widget
Console
The Hoa\Console library.
Stars: ✭ 354 (+331.71%)
Mutual labels:  console, library
Towel
Throw in the towel.
Stars: ✭ 333 (+306.1%)
Mutual labels:  console, library
Overflow Pager Indicator
Simple paging indicator widget with pager dataset ovewflow effect à la Instagram behavior
Stars: ✭ 136 (+65.85%)
Mutual labels:  library, widget
Python Progressbar
Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"
Stars: ✭ 682 (+731.71%)
Mutual labels:  console, library
Bubble Navigation
🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Stars: ✭ 1,537 (+1774.39%)
Mutual labels:  library, widget
Clrcli
CLRCLI is an event-driven library for building line-art user interfaces in C#/.Net command-line applications.
Stars: ✭ 124 (+51.22%)
Mutual labels:  console, widget
Csconsoleformat
.NET C# library for advanced formatting of console output [Apache]
Stars: ✭ 296 (+260.98%)
Mutual labels:  console, library
Terminaltables
Generate simple tables in terminals from a nested list of strings.
Stars: ✭ 685 (+735.37%)
Mutual labels:  console, library
Libcon.ahk
LibCon - AutoHotkey Library For Console Support
Stars: ✭ 50 (-39.02%)
Mutual labels:  console, library
Libgui
Buttons & Co
Stars: ✭ 78 (-4.88%)
Mutual labels:  library
Wymaterialbutton
Interactive and fully animated Material Design button for iOS developers.
Stars: ✭ 80 (-2.44%)
Mutual labels:  library
Meteor Comments Ui
Simple templates for comment functionality in your Meteor App
Stars: ✭ 78 (-4.88%)
Mutual labels:  widget

panwid

A collection of widgets for Urwid.

Currently consists of the following:

Dropdown

Dropdown menu widget with autocomplete support.

asciicast

DataTable

Widget for displaying tabular data.

Features include:

  • Flexible options for column formatting and sorting
  • Progressive loading / "infinite scrolling" for paginating large datasets
  • Scrollbar with indicator showing position within dataset

asciicast

ScrollingListbox

Listbox with an optional scrollbar. Can signal to other widgets (e.g. DataTable) when to fetch more data. Used by both Dropdown and DataTable, but can be used separately.

TabView

A container widget that allows selection of content via tab handles.

TODOs:

  • Documentation
  • Make more 16-color and non-unicode friendly
  • Add combo box functionality to dropdown
  • Update datatable so that footer functions calculate based on the entire dataset, not just visible rows.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].