Pet Registry — Desktop App
==========================

1. Install Python 3.10+ from https://python.org
2. In this folder, install dependencies:
       pip install -r requirements.txt
   (On Windows the app uses the built-in Microsoft Edge WebView2 runtime,
    which ships with Windows 10/11 — no extra browser needed.)
3. Run the app:
       python app.py        (or just double-click PetRegistry.bat)

That's it. The app starts everything for you and opens straight to the
registry — there is nothing to configure. First launch sets up the database
and a default sign-in:

       username: admin
       password: admin123

Change that password under the admin panel once you're in.
