Skip to content

Instantly share code, notes, and snippets.

View EncodeTheCode's full-sized avatar
🤗
Coding useful tools for workflow.

EncodeTheCode

🤗
Coding useful tools for workflow.
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PS1-Style Crash Crystal Prototype</title>
<style>
html, body {
margin: 0;
width: 100%;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PS1-Style Crash Crystal Prototype</title>
<style>
html, body {
margin: 0;
width: 100%;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PS1-Style Crash Crystal Prototype</title>
<style>
html, body {
margin: 0;
width: 100%;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PS1-Style Crash Crystal Prototype</title>
<style>
html, body {
margin: 0;
width: 100%;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PS1-Style Crystal Prototype</title>
<style>
html, body {
margin: 0;
width: 100%;
import tkinter as tk
from PIL import Image, ImageTk
class XPBarHUD:
def __init__(self, root):
self.root = root
self.root.title("XP HUD")
self.root.configure(bg="#111111")
self.root.geometry("460x180")
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>XP HUD</title>
<style>
body {
margin: 0;
background: #111;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blueprint Box Conveyor</title>
<style>
:root {
--bg: #0b2b57;
--bg2: #0f3570;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blueprint Box Conveyor</title>
<style>
:root {
--bg: #0b2b57;
--bg2: #0f3570;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blueprint Box Conveyor</title>
<style>
:root {
--bg: #0b2b57;
--bg2: #0f3570;