<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: kaiCATs</title>
    <description>The latest articles on DEV Community by kaiCATs (@kaicats_da1b15b674de).</description>
    <link>https://dev.to/kaicats_da1b15b674de</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3916839%2Fe3ce52fb-5ed2-4a42-804a-57d244a469a3.png</url>
      <title>DEV Community: kaiCATs</title>
      <link>https://dev.to/kaicats_da1b15b674de</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kaicats_da1b15b674de"/>
    <language>en</language>
    <item>
      <title>I Built a Desktop Pet That Reminds My Mom About Birthdays (and It Got Out of Hand)</title>
      <dc:creator>kaiCATs</dc:creator>
      <pubDate>Thu, 07 May 2026 00:17:03 +0000</pubDate>
      <link>https://dev.to/kaicats_da1b15b674de/i-built-a-desktop-pet-that-reminds-my-mom-about-birthdays-and-it-got-out-of-hand-63d</link>
      <guid>https://dev.to/kaicats_da1b15b674de/i-built-a-desktop-pet-that-reminds-my-mom-about-birthdays-and-it-got-out-of-hand-63d</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F25mlamja4zkf4iodb2mz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F25mlamja4zkf4iodb2mz.png" alt=" " width="608" height="608"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It started simple. My mom keeps forgetting birthdays and important dates. I wanted something that lives on her desktop, stays out of the way, and just... reminds her. &lt;br&gt;
So I built a small animated desktop pet in Python.&lt;br&gt;
Then I kept adding things.&lt;br&gt;
What it became:&lt;br&gt;
A fully animated desktop companion that lives on top of all windows, sits in the system tray, and has a chat assistant you can talk to in natural language.&lt;br&gt;
You can say things like:&lt;/p&gt;

&lt;p&gt;"birthday Tanya May 28" — it figures out the age, asks how to remind, done&lt;br&gt;
"move meeting to June 1" — finds the event, updates it&lt;br&gt;
"delete birthday Ani" — fuzzy search, finds it even with typos&lt;/p&gt;

&lt;p&gt;Tech stack:&lt;/p&gt;

&lt;p&gt;Python + PyQt5&lt;br&gt;
JSON for local storage (no cloud, no accounts)&lt;br&gt;
PyInstaller for the exe build&lt;br&gt;
Everything runs locally in %APPDATA%&lt;/p&gt;

&lt;p&gt;Some things I learned building this:&lt;br&gt;
QCalendarWidget is a nightmare to theme. You can style everything around it but the moment you touch its internal table — visual artifacts everywhere. Solution: keep the calendar light, theme everything else.&lt;br&gt;
Natural language parsing without ML is humbling. Lots of edge cases. "в час дня" should be 13:00, not 01:00. "meeting with doctor" should not become "meeting today doctor" because of a slang dictionary entry.&lt;br&gt;
The result:&lt;br&gt;
Mom has a pet on her desktop now. It works. She likes it.&lt;br&gt;
GitHub: &lt;a href="https://github.com/kaiCATs/pet-reminder" rel="noopener noreferrer"&gt;https://github.com/kaiCATs/pet-reminder&lt;/a&gt;&lt;br&gt;
Open source, Windows, free. If you want a tiny animated friend on your desktop who actually remembers things — give it a try.&lt;/p&gt;

</description>
      <category>python</category>
      <category>opensource</category>
      <category>showdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
