Recent Activity
Nicholas Goh
User for 3 years
Created Content
Recently Created Pages View All
Generating a Timestamp
To generate a timestamp from datetime import datetime TimeStamp = datetime.now().strftime("%Y...
Taking a screenshot
Full Screen import pyautogui pyautogui.screenshot("C:\\Users\\Nicholas Goh\\Desktop\\test.png...
Creating and calling a Function
Single Argument def AFunctionSample(SampleArg): print(SampleArg) AFunctionSample("Hello Wor...
Writing to CSV
To write to a CSV file import csv header = ['name', 'area', 'country_code2', 'country_code3']...
Detect OS Type
Used to detect if OS Type is Windows or macOS Sub GetOSType() 'Get the OS that I am running...
Recently Created Chapters
Nicholas Goh has not created any chapters
Recently Created Books View All
Recently Created Shelves
Nicholas Goh has not created any shelves