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:
- identify major skills and
- track progress by skill
- track progress by attribute
- manage data for multiple characters
GNU Affero General Public License
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
Install the new build (0.1.0) with pip
pip install ./dist/obleveltracker-0.1.0-py3-none-any.whl
Start the Application
obLevelTracker
Python