{"id":31103583,"url":"https://github.com/ghosteater1311/cpa_tracker","last_synced_at":"2026-05-07T15:45:04.673Z","repository":{"id":314826070,"uuid":"1056890419","full_name":"ghosteater1311/CPA_Tracker","owner":"ghosteater1311","description":"A cross-platform desktop application built with C++ \u0026 Qt allows students to manage and calculate their Course Performance Average (CPA) easily.","archived":false,"fork":false,"pushed_at":"2025-09-15T03:34:44.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T03:37:42.735Z","etag":null,"topics":["c","cmake","cpp17","gui-application","oop","qt6","software-engineering"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghosteater1311.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-15T01:48:03.000Z","updated_at":"2025-09-15T03:22:05.000Z","dependencies_parsed_at":"2025-09-15T03:37:44.447Z","dependency_job_id":"89777f93-e76e-4949-afdd-e2fc55c25204","html_url":"https://github.com/ghosteater1311/CPA_Tracker","commit_stats":null,"previous_names":["ghosteater1311/cpa_tracker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ghosteater1311/CPA_Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosteater1311%2FCPA_Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosteater1311%2FCPA_Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosteater1311%2FCPA_Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosteater1311%2FCPA_Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghosteater1311","download_url":"https://codeload.github.com/ghosteater1311/CPA_Tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosteater1311%2FCPA_Tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275521497,"owners_count":25479612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cmake","cpp17","gui-application","oop","qt6","software-engineering"],"created_at":"2025-09-17T02:06:40.245Z","updated_at":"2026-05-07T15:45:04.665Z","avatar_url":"https://github.com/ghosteater1311.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CPA Tracker\n\n## 📌 Introduction\nCPA Tracker is a cross-platform desktop application (Windows / macOS / Linux) built with **C++ \u0026 Qt**.  \nIt allows students to manage and calculate their **Course Performance Average (CPA)** easily, with features like:\n- Add, edit, and remove courses.\n- Manage grades (with GPA scale 0.0 – 4.0 and alphabet mapping).\n- Search courses by **Code** or **Name** (using Binary Search).\n- Sort courses (by Code using HeapSort, or Name using IntroSort).\n- Import/export course list to CSV files.\n- Cross-platform support (Qt6 + CMake).\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n- **Qt 6.6.0+**\n- **CMake 3.20+**\n- C++17 compiler (GCC / Clang / MSVC)\n\nDownload below here:\n- [Qt 6](https://www.qt.io/download)\n- [CMake](https://cmake.org/download/)\n- [Git](https://git-scm.com/)\n\n---\n\n## 💻 Usage\n\n### 1. Via Release Link\n- Download pre-built binaries from the [Releases](https://github.com/ghosteater1311/CPA_Tracker/releases).\n- Extract and run the executable for your OS.\n\n### 2. Manually Build Program in Console\nClone the repo:\n```sh\ngit clone https://github.com/ghosteater1311/CPA_Tracker.git\ncd CPA_Tracker\n```\n\nBuild:\n```sh\nmkdir build \u0026\u0026 cd build\ncmake .. -DCMAKE_PREFIX_PATH=$Qt6_DIR\ncmake --build . --config Release\n```\n\nRun:\n```sh\n./cpatracker    # Linux / macOS\ncpatracker.exe  # Windows\n```\n\n### Setting Up\n* Import courses from a CSV file, or create a new table directly.\n* Add / Edit / Remove courses from the menu bar.\n* Save changes via File → Save / Save As.\n\n### Initialize \nWhen first run:\n* If no file is loaded → CPA Tracker acts like a new sheet.\n* You can add courses manually or import a CSV.\n\n### Explaination\n* Code: Course code (e.g., CS101).\n* Name: Full course name.\n* Credits: Number of credits (1–5).\n* Grade: GPA scale (0.0–4.0).\n* Alphabet: Auto-mapped grade (A, B, C, etc.).\n\n### Demo\n\nhttps://github.com/user-attachments/assets/298c23f6-b68b-4c4d-beaf-73de84a14a4f\n\n\n\u003c!-- LICENSE --\u003e\n## 📜 License\nDistributed under the CCAC-SA 4.0 license. \nSee `LICENSE.txt` for more information.\n\n\u003c!-- CONTACT --\u003e\n## 📬 Contact\nFor further information, reviews, comments or issues:\n* GitHub: [ghosteater1311](https://github.com/ghosteater1311)\n* Email: _nda27092005@gmail.com_\n\nThank you so much for supporting this project ❤️\n\n\u003c!-- ACKNOWLEDGMENTS --\u003e\n## 🙏 Acknowledgments\n* [Qt Framework](https://www.qt.io/)\n* [CMake](https://cmake.org/)\n* [GitHub Actions CI/CD for cross-platform build](https://github.com/features/actions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghosteater1311%2Fcpa_tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghosteater1311%2Fcpa_tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghosteater1311%2Fcpa_tracker/lists"}