Python
I wrote these Python scripts to automate tasks for Mac, Linux, and Windows-users.
Install / Use
/learn @DevPops-Inc/PythonREADME
Download Single File from GitHub on Mac
• Select the file you wish to download.
• <img width="512" alt="image" src="https://user-images.githubusercontent.com/66754143/182039054-a1ce5ac2-00b8-40f7-852a-ff33106427e4.png">
• Select “Raw.”
• <img width="511" alt="image" src="https://user-images.githubusercontent.com/66754143/182039060-6648025b-56ce-487b-9ca7-32ae26bc336e.png">
• Right-click and select “Save Page As…”
• <img width="515" alt="image" src="https://user-images.githubusercontent.com/66754143/182039067-73f73b89-4f10-41d3-ba72-d0d6995d8e83.png">
• Browse to where you’d like to save the file, replace the file extension with desired file type and select “Save.”
• <img width="513" alt="image" src="https://user-images.githubusercontent.com/66754143/182039068-4c94d5b2-b298-4634-9d01-277ce6f336e1.png">
• Select “Don’t append.”
• <img width="238" alt="image" src="https://user-images.githubusercontent.com/66754143/182039070-ab4ddc9b-540f-4650-9bab-2578966f96b7.png">
• The file will save to your desired location.
• <img width="167" alt="image" src="https://user-images.githubusercontent.com/66754143/182039074-f9d3ac28-3912-4ae8-8133-e4b86ffbc44a.png">
Run Python Script as Administrator in Git Bash on Windows
• Press Windows key, type “git bash” and select “Run as administrator.”
• <img width="513" alt="image" src="https://user-images.githubusercontent.com/66754143/182042329-b802dbbd-6608-4411-8672-d868f6d75eed.png">
• Select “Yes.”
• 
• Type cd “< location of Python script >” and press “Enter” key to change directory to the location of the Python script.
• <img width="264" alt="image" src="https://user-images.githubusercontent.com/66754143/182042345-51af6806-5f12-4f60-86a0-6d832285a43e.png">
• Type python3 < Python script > and press “Enter” key to run Python script as administrator.
• <img width="514" alt="image" src="https://user-images.githubusercontent.com/66754143/182042356-7f3db0bc-21bf-4a7d-a25b-2f6f5160ffa2.png">
