https://github.com/swindlesmccoop/pt
Prints quick, useful information about elements on the periodic table, all in your shell
https://github.com/swindlesmccoop/pt
Last synced: 2 months ago
JSON representation
Prints quick, useful information about elements on the periodic table, all in your shell
- Host: GitHub
- URL: https://github.com/swindlesmccoop/pt
- Owner: swindlesmccoop
- Created: 2022-08-22T18:14:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T17:28:24.000Z (about 2 years ago)
- Last Synced: 2025-01-13T10:51:44.736Z (4 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pt
Prints quick, useful information about elements on the periodic table, all in your shell.## Installation
```sh
sudo make install
```## Usage
```sh
pt -[hns] [input]
````-h`, `--help`: Print this help message\
`-n [Atomic Number]`: Get info for [Atomic Number]\
`-s [Symbol]`: Get info for element [Symbol]