Skip to content

Instantly share code, notes, and snippets.

View AdonisCodes's full-sized avatar
🐥
Debug Ducky

Simon Ferns AdonisCodes

🐥
Debug Ducky
View GitHub Profile
@AdonisCodes
AdonisCodes / ConsolePY.py
Last active November 18, 2023 06:46
Easily write colourful terminal apps without knowing the ASCII escape codes!
import json
from typing import List
from enum import Enum
# Create a Enum for the different types of properties
class Property(Enum):
BLACK = 'black'
RED = 'red'
GREEN = 'green'
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Browser Security Test</title>
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">