Working with Asus Aura SDK(Asus ROG Strix G15 keyboard RGB Lighting Library)

There are 2 prereqs for this to work. Aura SDK, it turns out, was bundled with the Armoury Crate and associated programs that were installed from the factory. The PyWin32 Readme cautioned to not use pip, hence I used the binary installer instead. Like most PCs nowadays, my laptop architecture is amd64. I used scoop… Continue reading Working with Asus Aura SDK(Asus ROG Strix G15 keyboard RGB Lighting Library)

Windows Setup Guide

This is a checklist I use for setting up my windows machine. Unlike my linux machines, setting up a windows requires me to painstakingly download and install each application. Scoop is a package manager that will, hopefully, remove some of that pain. Install Scoop Install Git Add Extras Bucket(PPA/repository) Install required packages Add CapsToEscape AHK… Continue reading Windows Setup Guide

Simple Install Guideline for Python 3.8 on Windows

Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes code readability with its notable use of indentation Getting the installer Visit https://www.python.org/downloads/ and look for the bright yellow download button. As of now, the button links to the installer for version 3.8.5,… Continue reading Simple Install Guideline for Python 3.8 on Windows