Skip to content

Instantly share code, notes, and snippets.

View AstroArbaaz's full-sized avatar
🛠️
Always Building Something.

Arbaaz Ansari AstroArbaaz

🛠️
Always Building Something.
View GitHub Profile
@AstroArbaaz
AstroArbaaz / tkinterlist.py
Created April 15, 2020 07:01 — forked from athiyadeviyani/tkinterlist.py
Python GUI cheatsheet
# BASIC TKINTER CHEATSHEET
# Build basic GUIs with Python
from tkinter import *
from tkinter import scrolledtext
from tkinter import messagebox
from tkinter.ttk import Progressbar
from tkinter import filedialog
from tkinter import Menu
@AstroArbaaz
AstroArbaaz / profiles.json
Created February 18, 2020 05:34 — forked from mehulmpt/profiles.json
Sample profiles.json for new Windows Terminal
{
"defaultProfile": "{09dc5eef-6840-4050-ae69-21e55e6a2e62}",
"initialRows": 30,
"initialCols": 120,
"alwaysShowTabs": true,
"showTerminalTitleInTitlebar": true,
"experimental_showTabsInTitlebar": true,
"profiles": [
{
"guid": "{09dc5eef-6840-4050-ae69-21e55e6a2e62}",