luke b

project detail

hypixel skyblock stats tracker

a desktop app that pulls live player information from the hypixel skyblock api and turns it into something easier to browse and understand.

dec 2025 - apr 2026python, sqlite, customtkinter, bcrypt

what it is

a desktop tool for viewing live player stats without needing to manually dig through raw api output or less focused community tools.

what it had to do

pull live data from an awkward external api, shape it into something readable, and still feel like a proper desktop app rather than a rough wrapper around raw stat responses.

who it's for

players who want cleaner access to skyblock player information and a more direct desktop experience around the game's stat data.

key features

  • live data pulled from the hypixel skyblock api.
  • desktop ui built with customtkinter.
  • local persistence and account-related handling with sqlite and bcrypt.

what i built

i built the desktop interface, api integration, and local data layer. it was a good project for working through how to make external data feel responsive and readable in a standalone app rather than just a script.

result

it gave live player information a cleaner shape and forced me to deal with api handling, local persistence, and desktop ux together in one project instead of treating them as separate exercises.