User contributions for Bacchas
Jump to navigation
Jump to search
- 18:12, 8 August 2025 diff hist +68 Python Download images from url contained in an excel file →this is the csv file current
- 18:11, 8 August 2025 diff hist 0 Python Download images from url contained in an excel file →this is the csv file
- 18:11, 8 August 2025 diff hist +482 Python Download images from url contained in an excel file →this is the csv file
- 18:07, 8 August 2025 diff hist +27 Python Download images from url contained in an excel file
- 18:00, 8 August 2025 diff hist +5,465 N Python Download images from url contained in an excel file Created page with "<pre> import pandas as pd import requests import os from urllib.parse import urlparse, unquote # Import urlparse and unquote for robust URL handling import mimetypes # For guessing file extensions from content type import re # Load exported file df = pd.read_csv("nsimage.csv") # or .xlsx with pd.read_excel image_column = "Amazon Image 02" # Update to your column name containing the image URLs output_folder = "netsuite_downloads" os.makedirs(output_folder, exist_ok=..."
- 18:00, 8 August 2025 diff hist +66 Python current
- 15:21, 8 August 2025 diff hist +452 N Convert Python Script into a windows exe file 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." current
- 15:19, 8 August 2025 diff hist +2 Python
- 15:19, 8 August 2025 diff hist +50 Python
- 14:39, 8 August 2025 diff hist +132 N CONVERT POWERSHELL SCRIPT TO EXE Created page with "== Install Module == Install-Module -Name ps2exe -Force == Convert your Script == ps2exe -input myscript.ps1 -output myscript.exe" current
- 14:36, 8 August 2025 diff hist +41 PowerShell current
- 15:21, 27 June 2025 diff hist +15 Open Source Software current
- 15:20, 27 June 2025 diff hist −15 Main Page current Tag: Manual revert
- 19:45, 26 June 2025 diff hist +212 FFMPEG current
- 19:42, 26 June 2025 diff hist +115 N FFMPEG Created page with "==Resize Image == '''Resize With only, keep height same ratio''' ffmpeg -i input.jpg -vf scale=1280:-1 output.jpg"
- 19:37, 26 June 2025 diff hist +15 Main Page Tag: Reverted
- 17:53, 2 April 2025 diff hist +839 Backup html folder, backup SQL Database and download locally current
- 16:10, 12 December 2024 diff hist +26 Setting Up a Cron Job current
- 15:18, 3 December 2024 diff hist +496 N AppSheet, Google Created page with "== Check if input is greater than 2 char and contains a space == AND((LEN([_THIS]) > 2), CONTAINS([_THIS], " ")) == Or, And, In, Not, If== OR(USERSETTINGS("Singer")="Anita L", USERSETTINGS("Singer")="Anita L.") AND(ISBLANK(USERSETTINGS("Singer")), IN("Karaoke",ActiveSession[Session])) IN("Karaoke",ActiveSession[Session]) NOT(USERSETTINGS("Singer")="R Bas") IF(IN(Context("View"),List("JOIN QUEUE")),"Submit Song","Save") upper(CONCATENATE("#",SUBSTITUTE(uppe..." current
- 15:11, 3 December 2024 diff hist +25 Programming current
- 19:11, 22 October 2024 diff hist +158 Useful PowerShell Commands current
- 17:07, 22 October 2024 diff hist +2 Useful PowerShell Commands →Rename Files using csv list / excel file (exported to CSV)
- 17:07, 22 October 2024 diff hist +55 Useful PowerShell Commands →Rename Files using csv list / excel file (exported to CSV)
- 19:26, 18 October 2024 diff hist +113 Useful PowerShell Commands →Sorting Object in the pipeline
- 19:24, 18 October 2024 diff hist +557 Useful PowerShell Commands →Sorting Object in the pipeline
- 19:23, 18 October 2024 diff hist +74 Useful PowerShell Commands
- 19:17, 18 October 2024 diff hist −20 Useful PowerShell Commands
- 19:16, 18 October 2024 diff hist −15 Useful PowerShell Commands
- 19:15, 18 October 2024 diff hist +174 Useful PowerShell Commands
- 18:59, 18 October 2024 diff hist +242 Useful PowerShell Commands
- 17:43, 18 October 2024 diff hist +12 Useful PowerShell Commands
- 17:40, 18 October 2024 diff hist −53 Useful PowerShell Commands
- 17:40, 18 October 2024 diff hist +58 Useful PowerShell Commands
- 17:39, 18 October 2024 diff hist +159 Useful PowerShell Commands
- 17:26, 18 October 2024 diff hist +50 Useful PowerShell Commands
- 17:24, 18 October 2024 diff hist +52 Useful PowerShell Commands
- 17:16, 18 October 2024 diff hist +4 Useful PowerShell Commands
- 17:16, 18 October 2024 diff hist +2 Useful PowerShell Commands
- 17:15, 18 October 2024 diff hist +84 Useful PowerShell Commands
- 17:12, 18 October 2024 diff hist +317 Useful PowerShell Commands
- 17:08, 18 October 2024 diff hist −2 Useful PowerShell Commands
- 17:07, 18 October 2024 diff hist +386 Useful PowerShell Commands
- 16:01, 18 October 2024 diff hist +60 Useful PowerShell Commands
- 20:06, 17 October 2024 diff hist +53 Useful PowerShell Commands
- 19:59, 17 October 2024 diff hist +79 Useful PowerShell Commands
- 19:20, 17 October 2024 diff hist +57 Useful PowerShell Commands
- 19:00, 17 October 2024 diff hist +144 Useful PowerShell Commands
- 18:39, 17 October 2024 diff hist +50 PowerShell Comparison Operators current
- 18:38, 17 October 2024 diff hist +38 PowerShell Comparison Operators
- 18:36, 17 October 2024 diff hist +6 PowerShell Comparison Operators