optom-tools
is designed to help indivduals who deal with optometry related data.
Install with pip
or your other favourite package manager (e.g. pipenv
or poetry
).
pip install optom-tools
>>> from optom_tools import Prescription
>>> prescription = Prescription.parse("+1.00/-2.00x180")
>>> prescription.transpose()
>>> str(prescription)
"-1.00 / +2.00 x 90"
Comprehensive documentation can be found here: https://shivan-s.github.io/optom-tools
Yes, please. I'd love some help on this.