PowerShell

Alle Farben

Aug 20, 2023
Data Manipulation, Excel, PowerShell, Python, Data Extraction, Data Conversion, Color Analysis, Technology, Programming, AI and Machine Learning
powershell script, excel data extraction, python programming, color conversion, data manipulation, json, excel spreadsheets, data analysis

# Change directory to my blog in the most extravagant way. function blog { Set-Location -Path (Join-Path -Path $env:USERPROFILE -ChildPath "code\blog") } Okay, he got a bit out of hand with this one, but.. I did torture ChatGPT today with some more Python and Excel. This took me a really long time to make, okay? Let’s make him extract color values from column A without the header and put them in a JSON file. ...