Metin2-GymTracker
A Metin2-inspired gamified daily Gym Tracker โ earn XP, level up, unlock rewards, and build your legend!
โ๏ธ Features
๐ฎ RPG Progression: Gain XP and level up every time you go to the gym
โ๏ธ Warrior Titles: From Novice to Legendary Lord
๐ Unlock Rewards: Train skills, earn a horse, wield the Full-Moon-Sword (FMS)
๐ Golden XP Orbs: Metin2-style progress balls showing your growth
๐ Inventory System: Collect Pergamens as proof of your journey
๐ฅ Daily Streaks: Keep your motivation and never miss a day
๐ Automation: Launches automatically every day via Calendar
๐ป Installation
Clone the repository:
git clone https://github.com/adamurban04/Metin2-GymTracker.git
cd Metin2-GymTracker
Install dependencies (needed for the script; the launcher app will use this Python environment):
pip install pillow
You can test the script by running:
python3 m2_gymtracker.py
โ๏ธ Automation (macOS)
The simplest way to automate the Gym Tracker is to let Calendar launch the app directly:
-
Move the included
Metin2-GymTracker.appto a stable location (e.g.,/ApplicationsorDesktop). -
Open Calendar and create a new event at your desired gym time (e.g., 19:00).
-
Set the event alert:
- Alert โ Custom โ Open file โ select
Metin2-GymTracker.app. - Set it to repeat daily.
- Alert โ Custom โ Open file โ select
๐ก Every day at the scheduled time, your Gym Tracker will launch automatically, no need to run the Python script manually.