Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 683 Bytes

OniCalc

OniCalc is a Python library of various calculators for the survival simulation video game Oxygen Not Included. It supports Python 3.8+.

Not official Klei product. Not approved by or associated with Klei.

Features

  • Colony food calculator for figuring out raw resources required for any number of dupes
  • Spaced Out! foods currently in beta (ratios not 100% confirmed)

Installation

Install my-project with npm

  pip install onicalc

Usage/Examples

>>> from onicalc import foodcalc
>>> foodcalc(4, "Gristle Berry")
{'Gristle Berry': 2.0, 'Bristle Blossom': 12.0, 'Water': 240.0}