periodic table – matoken's blog https://matoken.org/blog Is there no plan B? Mon, 19 Apr 2021 13:44:30 +0000 ja hourly 1 https://wordpress.org/?v=6.8.1 https://matoken.org/blog/wp-content/uploads/2025/03/cropped-1865f695c4eecc844385acef2f078255036adccd42c254580ea3844543ab56d9-32x32.jpeg periodic table – matoken's blog https://matoken.org/blog 32 32 TUIな周期表の「periodic-table-tui」 https://matoken.org/blog/2021/04/19/periodic-table-tui/ https://matoken.org/blog/2021/04/19/periodic-table-tui/#respond Mon, 19 Apr 2021 13:44:28 +0000 http://matoken.org/blog/?p=3224

TUIで動作するPython製のscriptを見かけたので試してみました.

$ git clone https://github.com/pryme-svg/periodic-table-tui
$ cd ./periodic-table-tui
$ ./periodic-table.py

periodic table tui

端末サイズが小さいと Terminal too small! と言われて動作しません.
sourceを見ると縦横35×95必要そうです.

` min_h, min_w = 35, 95`

カーソルで移動,元素名(や略号)を入力してエンターでその元素に移動します.Ctrl+cで終了します.

環境
$ git log -1|head -1
commit 8fe6b458cc889fe8c08c8207cd9448bb66c4dfd2
$ dpkg-query -W python3
python3	3.9.2-3
$ lsb_release -dr
Description:	Debian GNU/Linux 11 (bullseye)
Release:	11
$ arch
x86_64
]]>
https://matoken.org/blog/2021/04/19/periodic-table-tui/feed/ 0