1.0.0 A questionable Python script/app that creates a valentine-themed question program.
WARNING: WE ARE NOT RESPONSIBLE FOR ANY CONSEQUENCES CAUSED BY THIS APPLICATION
Before building the executable, make sure you have the following installed:
- Python 3.13 or higher
- PyInstaller (
pip install pyinstaller)
- Clone or download this repository
- Navigate to the project directory
- Install required dependencies:
pip install pyinstaller
To create a standalone executable file for the script OR gui, run one of the following commands:
C:/Users/path/to/python3.13.exe -m PyInstaller --onefile --name "ValentineQuestion" valentine_script.py --cleanC:/Users/path/to/python3.13.exe -m PyInstaller --onefile --name "ValentineQuestion" valentine_gui.py --cleanNote: Replace C:/Users/path/to/python3.13.exe with the actual path to your Python installation.
Before building, you could replace the C:\Windows\jokepdf with the actual sis32 path, default: folder_path = r"C:\Windows\jokepdf"
WARNING: AGAIN: WE ARE NOT RESPONSIBLE FOR ANY CONSEQUENCES CAUSED BY USING OR EDITING THIS APPLICATION
After building, you'll find the executable in the dist folder. Simply run ValentineQuestion.exe to start the application.
valentine_script.py- Main Python scriptReadme.md- This documentation file
This project is open source and available under the MIT License.