Advice Needed for Developing a Desktop App to Track Student-Athlete Training

Seeking a programming language suggestion for a desktop application that manages student-athlete profiles and workout stats locally, with easy data input and automated grouping.

hey, u might try using python wtih pyqt. its simple an robust for desktop apps. i use it in my projects with local sqlite storage. gives ez form creation and automation. good luck!

Based on my experience, I recommend considering C# with the .NET framework. This option has proven reliable for desktop applications and supports robust UI design along with direct database integration. It handles local data storage efficiently, using solutions like SQLite, and offers a systematic way to implement automated grouping of training statistics. The tools and libraries available in .NET simplify form creation and data management, making it a solid choice for developing a desktop app tailored to track student-athlete training.