Skip to content

Instantly share code, notes, and snippets.

View DaKheera47's full-sized avatar

Shaheer Sarfaraz DaKheera47

View GitHub Profile
@DaKheera47
DaKheera47 / helpers.cpp
Last active May 9, 2023 18:32
This is a list of helper functions which can be reused. I made these originally for the year one programming course at UCLan!
#include <iostream>
#include <string>
#include <vector>
#include <iomanip>
using namespace std;
const int CONSOLE_WIDTH = 123;
// convert a string to lowercase
// changes the original string
# dak's text editor
import pyautogui as pag
from global_hotkeys import *
import time
import pyperclip
from simpleeval import simple_eval
DELAY = 0.4
IS_ALIVE = True
from global_hotkeys import *
import time
import keyboard
import speech_recognition as sr
import ctypes
import time
import string
import pyautogui as pag
import win32clipboard
import win32gui
@DaKheera47
DaKheera47 / googleMeetSuite.py
Created February 2, 2022 13:17
Google Meet Helper Functions!
from PIL.ImageOps import grayscale
import pyautogui as pag
from win32gui import IsWindowVisible, GetWindowText, EnumWindows, ShowWindow, SetForegroundWindow, SystemParametersInfo
from global_hotkeys import *
import time
import os
IS_ALIVE = True
pag.PAUSE = 0.5
links = [