``pytablewriter-altcol-theme`` is a
Project description
Summary
pytablewriter-altcol-theme is a pytablewriter plugin to provide a terminal theme.
Installation
pip install pytablewriter-altcol-theme
Usage
- Sample Code:
import pytablewriter as ptw writer = ptw.TableWriterFactory.create_from_format_name( "markdown", headers=["INT", "STR"], value_matrix=[ [1, "hoge"], [2, "foo"], [3, "bar"], ], margin=1, theme="altcol", ) writer.write_table()
- Sample Code:
import pytablewriter as ptw writer = ptw.TableWriterFactory.create_from_format_name( "markdown", headers=["INT", "STR"], value_matrix=[ [1, "hoge"], [2, "foo"], [3, "bar"], ], margin=1, ) writer.set_theme("altcol", color="yellow") writer.write_table()
Dependencies
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
File details
Details for the file pytablewriter_altcol_theme-0.0.1.tar.gz
.
File metadata
- Download URL: pytablewriter_altcol_theme-0.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6630171216789176b977f9b57a3372d62007230bc7bee2f31b5fc1a49ab54cd |
|
MD5 | e53125995a631610a97773082027d4d4 |
|
BLAKE2b-256 | 01c180d4dfc0b909892408186dd9f4635d3fb0bc488c3804eb257e4a24ed694b |
File details
Details for the file pytablewriter_altcol_theme-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pytablewriter_altcol_theme-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f795b404f38d9817e2a180076161111313a343715aec7ad45542305e462d7fa6 |
|
MD5 | 3f485b6a517a1539eaa744cb649d018b |
|
BLAKE2b-256 | c05f2a77c00092156c7652cb4a96831d49597e87ea8a34765137d60fa690ea2e |