https://github.com/dimflix/valentine-from-a-programmer
😍😏 She doesn't stand a chance.
https://github.com/dimflix/valentine-from-a-programmer
application cute desktop-app gui love lovelace-ui pyqt5 python valentine valentine-day valentine-gift
Last synced: 2 months ago
JSON representation
😍😏 She doesn't stand a chance.
- Host: GitHub
- URL: https://github.com/dimflix/valentine-from-a-programmer
- Owner: DIMFLIX
- License: mit
- Created: 2024-02-14T20:57:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-23T14:03:58.000Z (about 1 year ago)
- Last Synced: 2025-03-21T09:35:57.677Z (3 months ago)
- Topics: application, cute, desktop-app, gui, love, lovelace-ui, pyqt5, python, valentine, valentine-day, valentine-gift
- Language: Python
- Homepage:
- Size: 67.3 MB
- Stars: 36
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
https://github.com/DIMFLIX-OFFICIAL/valentine-from-a-programmer/assets/112165977/2b3fc795-b2c0-4369-bd2f-0401d80c9f5d
## Конвертация ui файла
`cd ui`
`pyside2-uic .\ui_main.ui > ui.py`## Конвертация файла ресурсов
`cd ui`
`pyside2-rcc resources.qrc -o resources_rc.py`## Build
`pyinstaller app.spec`