Skip to content

Samalth/valentine_question_with_impending_doom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValentineQuestion

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

Prerequisites

Before building the executable, make sure you have the following installed:

  • Python 3.13 or higher
  • PyInstaller (pip install pyinstaller)

Installation

  1. Clone or download this repository
  2. Navigate to the project directory
  3. Install required dependencies:
    pip install pyinstaller

Building the Executable

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 --clean
C:/Users/path/to/python3.13.exe -m PyInstaller --onefile --name "ValentineQuestion" valentine_gui.py --clean

Note: Replace C:/Users/path/to/python3.13.exe with the actual path to your Python installation.

Usage

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.

Files

  • valentine_script.py - Main Python script
  • Readme.md - This documentation file

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages