python-gearbox icon indicating copy to clipboard operation
python-gearbox copied to clipboard

Python library for gear transmission design

Results 1 python-gearbox issues
Sort by recently updated
recently updated
newest added

I get the following error when I run the demo.py file: ``` /python-gearbox-master/gearbox/standards/iso.py in __yb(gear) 909 return 1.6 * log(2.242 * 1 / srh) 910 else: --> 911 raise Exception('External...