Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 451 Bytes

bitburner-python

Run Python scripts inside BitBurner! Uses Brython to interpret and run Python.

Example implementation in example.py.txt can invoke BitBurner-specific ns functions
and properly handles async/await to avoid ns promise race conditions.

Installation

  • Copy both scripts into your BitBurner install

  • run python.js example.py.txt

  • Extend, cleanup, and use however you like!