Skip to content

Instantly share code, notes, and snippets.

View s-4-m-a-n's full-sized avatar

Suman Dhakal s-4-m-a-n

View GitHub Profile
@s-4-m-a-n
s-4-m-a-n / subsceneAPI.py
Last active May 8, 2020 00:22
an unofficial subscene-API
from bs4 import BeautifulSoup
import requests
import os
import re
class Subscene:
def __init__(self,**kwargs):
#include <iostream>
#include <cstring>
#include <cstdlib>
#include <windows.h>
using namespace std;
void SetColor(int value){
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), value); //for color output