A playful Valentine desktop app built with Python and Tkinter.
It includes:
- a romantic Valentine prompt
- a dodging
Nobutton - a cinematic
Yesflow - floating hearts, sparkles, and celebration effects
- a hidden surprise message
The easiest way to use the app is from the GitHub Release:
- Open the latest Release on GitHub.
- Download
BeMyValentine.exeorBeMyValentine-email.zip. - If you downloaded the zip, extract it first.
- Double-click
BeMyValentine.exeto run it on Windows.
Note:
- Windows may show a security prompt before opening an unsigned app.
- Email providers often block raw
.exeattachments, soBeMyValentine-email.zipis the better file to share by email.
If you want to run the Python version instead:
git clone https://github.com/Elly739/BeMyValentine.git
cd BeMyValentine
python .\valentine_app.pyTo build the Windows executable yourself:
pyinstaller --clean --noconfirm --onefile --windowed --icon=heart.ico --name "BeMyValentine" valentine_app.pyThe built app will be created in:
dist\BeMyValentine.exe
For email sharing, send:
dist\BeMyValentine-email.zip
That is the zipped executable version and is more likely to get through email filters than a raw .exe file.