Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
CollapseList of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
8 August 2025
|
N 18:12 | Python Download images from url contained in an excel file 5 changes history +6,042 [Bacchas (5×)] |
|
18:00 | Python 3 changes history +118 [Bacchas (3×)] |
N 15:21 | Convert Python Script into a windows exe file diffhist +452 Bacchas talk contribs Created page with "===To turn a Python script into an executable (.exe) file on Windows, you can use tools like PyInstaller.=== '''Here are some steps using PyInstaller:''' *Install PyInstaller (if it's not already installed): pip install pyinstaller * Navigate to your script's directory in the command prompt. * Run this command: pyinstaller --onefile [your_script_name].py * This will bundle all necessary Python dependencies and create a single executable file." |
N 14:39 | CONVERT POWERSHELL SCRIPT TO EXE diffhist +132 Bacchas talk contribs Created page with "== Install Module == Install-Module -Name ps2exe -Force == Convert your Script == ps2exe -input myscript.ps1 -output myscript.exe" |
14:36 | PowerShell diffhist +41 Bacchas talk contribs |