A lightweight desktop app built with Python + Tkinter that calculates a fun compatibility score for two names.
- Deterministic compatibility scoring
- Input validation
- Python 3.8+
- Tkinter (bundled with most Python installations)
git clone https://github.com/LofiDev47/Name-Compatibility-Checker.git
cd Name-Compatibility-Checker
python compatibility_checker.pyyou can also download the prebuilt .exe from the repository’s Releases page.
.
├── compatibility_checker.py
├── README.md
└── LICENSE
This project is released under the MIT License. See LICENSE for details.
Made by LofiDev47