jonnycomes / look_and_say

A python module for exploring look and say sequences in the spirit of John H Conway.
https://jonnycomes.github.io/look_and_say/
MIT License
1 stars 0 forks source link

Add print_periodic_table method to the Chemistry class #5

Closed jonnycomes closed 2 years ago

jonnycomes commented 2 years ago

This method should print the periodic table nicely formatted, with an option for latex printing.

jonnycomes commented 2 years ago

initial implementation is done. Still need to implement the latex option.

jonnycomes commented 2 years ago

Decided against adding latex option for now.