Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.81 KB

README.md

File metadata and controls

70 lines (41 loc) · 1.81 KB

Oblivion Level Tracker

The Elders Scrolls IV, Oblivion, has a unique Leveling system that makes Efficient Leveling less than obvious. The Oblivion Level Tracker supports efficient leveling by allowing games to:

Authors

License

AGPL License  GNU Affero General Public License

Screenshots

CoverArt

Build Locally

Clone the project

  git clone https://github.com/rrodenbusch/obleveltracker.git

Go to the project directory

  cd obleveltracker

Build the distributable files

  python3 -m build --wheel
  python3 -m build --sdist

Installation

Install the new build (0.1.0) with pip

  pip install ./dist/obleveltracker-0.1.0-py3-none-any.whl

Start the Application

obLevelTracker

🔗 Links

Oblivion Wiki

Source Repo

linkedin

🛠 Skills

Python