ptable

Crystalline and Molecular Structure Visualizer

Install

All systems
curl cmd.cat/ptable.sh
Debian Debian
apt-get install xcrysden
Ubuntu
apt-get install xcrysden
Arch Arch Linux
pacman -S python-ptable
image/svg+xml Kali Linux
apt-get install python-ptable
Windows (WSL2)
sudo apt-get update sudo apt-get install xcrysden
Raspbian
apt-get install xcrysden

xcrysden

Crystalline and Molecular Structure Visualizer

XCrySDen is a crystalline and molecular structure visualisation program, which aims at display of isosurfaces and contours, which can be superimposed on crystalline structures and interactively rotated and manipulated. It can run on most UNIX platforms, without any special hardware requirements. XCrySDen allows for real-time capture of display. Several movie encoders are supported, in particular for Animated-GIF convert (imagemagick), gifsicle, or whirlgif are necessary. For AVI/MPEG mencoder or ppmtompeg (netpbm) is required. For window dumps either imagemagick or xwd (x11-apps) needs to be present.

python-ptable

library to represent tabular data in visually appealing ASCII tables

PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range. This is the PTable fork of prettytable. It has been updated and extended in a mostly backward compatible way. It is provided for packages that need features from the newer version. This package contains the Python version of prettytable