A comprehensive Steam library management and achievement tracking tool built for power users who want full control over their gaming profile.
HxB SAM Enhanced is a desktop application designed to give Steam users deeper insight into their gaming library. It provides a streamlined interface for browsing achievements, tracking progress, and managing your game collection more efficiently than the default Steam client allows.
The dashboard aggregates data across your entire game library, showing completion percentages, total playtime breakdowns, and achievement unlock rates. Visual charts help identify which games you've spent the most time on and which still have milestones to reach.
Browse your achievement list for any owned game with rich detail — including unlock descriptions, rarity percentages from the global Steam community, and timestamp tracking for when each achievement was earned.
Export your achievement history and library statistics in multiple formats (JSON, CSV) for personal record-keeping or sharing with friends.
The app is built with:
// Example: Fetching achievement stats for a game
var response = await steamClient.GetGameAchievements(appId);
var unlocked = response.Achievements
.Where(a => a.Achieved)
.OrderByDescending(a => a.UnlockTime);
Note: HxB SAM Enhanced only reads publicly available data from the Steam Web API. It requires your profile's game details to be set to "Public" in Steam privacy settings.
The tool is open-source and available on GitHub. Visit the project page for downloads, documentation, and contribution guidelines.