{"id":23882667,"url":"https://github.com/kar-dim/qt-bdaychecker","last_synced_at":"2026-02-13T16:31:04.157Z","repository":{"id":182840427,"uuid":"611902522","full_name":"kar-dim/Qt-BDayChecker","owner":"kar-dim","description":"Simple Birthday/Name day application that notifies the user if there is a birthday/name day today, GUI written in Qt (Widgets)","archived":false,"fork":false,"pushed_at":"2025-02-01T15:56:23.000Z","size":379,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T22:06:43.760Z","etag":null,"topics":["cpp","qt"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kar-dim.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}},"created_at":"2023-03-09T19:25:32.000Z","updated_at":"2025-02-01T15:56:26.000Z","dependencies_parsed_at":"2024-12-23T13:41:57.037Z","dependency_job_id":"3f1f61f0-4ae5-42a2-bb13-b446c9d97ce8","html_url":"https://github.com/kar-dim/Qt-BDayChecker","commit_stats":null,"previous_names":["kar-dim/qt-bdaychecker"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kar-dim/Qt-BDayChecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kar-dim%2FQt-BDayChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kar-dim%2FQt-BDayChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kar-dim%2FQt-BDayChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kar-dim%2FQt-BDayChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kar-dim","download_url":"https://codeload.github.com/kar-dim/Qt-BDayChecker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kar-dim%2FQt-BDayChecker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274124447,"owners_count":25226354,"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-08T02:00:09.813Z","response_time":121,"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":["cpp","qt"],"created_at":"2025-01-04T02:56:53.173Z","updated_at":"2026-02-13T16:30:59.058Z","avatar_url":"https://github.com/kar-dim.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BDayChecker\n\n## Overview\nThe Birthday Reminder is a simple GUI application developed in C++ using the Qt framework. Its purpose is to notify users of birthdays on the current day by displaying a pop-up window with a list of names. \nThe application reads birthday data from a configuration file `config.ini` located in the same directory as the executable.\n\n## Features\n- **Daily Notifications**: Automatically checks for birthdays matching today's date. Can be run at startup by creating a Shortcut of the .exe in this Windows folder: `C:\\Users\\{Username}\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup`.\n- **User-Friendly Interface**: Displays a pop-up with a list of names when a birthday is found.\n- **Customizable Data Source**: Specify birthdays data source and other settings from a user-editable `config.ini` file.\n\n## Installation\n1. Ensure that the required Qt libraries are installed on your system.\n2. Download or clone the project files.\n3. Build the project using Qt Creator or a compatible build system (e.g., CMake).\n4. Place the compiled executable in the desired folder.\n5. Ensure that a valid `config.ini` file is in the same directory as the executable, and a valid birthday data source exists\n\n## Usage\n1. **Prepare the Configuration File:**\n   - Create a `config.ini` file in the following format:\n     \n     ```ini\n     [options]\n     bday_file_path = C:\\{...}\\bday.txt\n     #music_path = C:\\{...}\\bg_ost.mp3 #music is optional\n     ````\n     - Ensure the section `[options]` exists.\n     - The above file names are examples, they can have whatever name is desired.\n\n2. **Prepare the Birthdays Data Source:**\n   - Create a text file that contains the birthdays:\n   - Each entry should have the format: `Name MM/DD`, for example:\n     \n   ```\n   Mother 25/1\n   John Kyprios 11/2\n   Luis Garcia 14/5\n   ````\n   \n3. **Run the Application:**\n   - Launch the executable. The application will check today's date against the birthdays in `config.ini`.\n   - If there is a match, a pop-up window will display the names of individuals with birthdays today.\n   - **NOTE** The application is mostly intented to run at OS startup, create a Shortcut of the .exe in this Windows folder: `C:\\Users\\{Username}\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup`. The application is configured to not show popup again when the machine is rebooted in the same day.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkar-dim%2Fqt-bdaychecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkar-dim%2Fqt-bdaychecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkar-dim%2Fqt-bdaychecker/lists"}