Skip to content

Instantly share code, notes, and snippets.

@rajlocuz
rajlocuz / visualstudio2019Key.txt
Created October 14, 2020 18:59
Visual Studio 2019 Product Key
Visual Studio 2019 Product Key
[Please Star this gist]
Follow My Account --> https://github.com/ch-kashif @ch-kashif
Lets do a code together
Join Cloud Disk repository --> https://github.com/ch-kashif/CloudDisk
@rajlocuz
rajlocuz / demo1.py
Created October 5, 2020 05:53 — forked from richardbwest/demo1.py
Python ANSI Colors Tutorial example
import os
os.system("cls") #use this for windows. change to os.system("clear") for linux
COLORS = {\
"black":"\u001b[30;1m",
"red": "\u001b[31;1m",
"green":"\u001b[32m",
"yellow":"\u001b[33;1m",
"blue":"\u001b[34;1m",