Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmqnym/mymemo
MyMemo is my first programmed GUI software, providing simple desktop appointment reminders.
https://github.com/mmqnym/mymemo
Last synced: about 4 hours ago
JSON representation
MyMemo is my first programmed GUI software, providing simple desktop appointment reminders.
- Host: GitHub
- URL: https://github.com/mmqnym/mymemo
- Owner: mmqnym
- License: mit
- Created: 2024-08-04T15:49:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T16:19:47.000Z (3 months ago)
- Last Synced: 2024-08-04T18:33:55.676Z (3 months ago)
- Language: C++
- Homepage:
- Size: 18.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MyMemo
This is the first time I have programmed a GUI program, the main function is a desktop calendar. It can add, delete, list matters, and set alarms/detailed information for the things. It provides the most basic functions. To avoid data loss, the user data will be backed up periodically. To reach the purpose of real-time reminder, the program will be written in the Windows registry during the program execution, so that `MyMemo` can start up automatically in the background when booting.