Skip to content
View xuemeng1987's full-sized avatar
🌠
聖誕快樂 小笨蛋
🌠
聖誕快樂 小笨蛋

Block or report xuemeng1987

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xuemeng1987/README.md

3 2 1 2 3

Me?


  • 一個特立獨行的存在 也是一個神秘的存在
    • 所有的資料庫並不包含他的訊息
    • Miya253又稱Shiroko
  • 一個可以説是怪人 有可以説是 維護者

@xuemeng1987

  • 零號計劃發起者

@Miya253

  • 零號計劃參與者兼bug尋找員

From?


  • Malaysia
    • Sarawak
    • Kota Padawan

How Old?


  • 19 (19-7-2005)

你想看什麽


你還想看到什麽

我變成寶可夢嗎


progem a project


Fine This is you'r lat's time now


...

@Miya253

import tkinter as tk
from tkinter import messagebox
import time

root = tk.Tk()
root.title("System Shutdown")
root.geometry("400x300")
root.configure(bg="black")

root.attributes("-fullscreen", True)

countdown_label = tk.Label(root, text="", font=("Helvetica", 48, "bold"), fg="red", bg="black")
countdown_label.pack(expand=True)

def fake_shutdown():
    for i in range(10, -1, -1):
        countdown_label.config(text=f"Shutting down in {i} seconds...")
        root.update()
        time.sleep(1)

    messagebox.showinfo("Shutdown", "System shutdown completed.")
    root.destroy()
def blue_screen_of_death():
    root.configure(bg="blue")
    countdown_label.config(fg="white", text="A critical error has occurred.")
    root.update()
    time.sleep(3)
    fake_shutdown()

blue_screen_of_death()
root.mainloop()

Pinned Loading

  1. ShirokoHub ShirokoHub Public

    Successor... actually, wait, the previous one was more of a test version. This one should be good now. This is a page about me, a 'normal human'.

    HTML 1

  2. Yuyuko_bot Yuyuko_bot Public

    this is come from project-zero main.py a discord bot code

    Python 1

  3. note-block-tool note-block-tool Public

    一個簡單的mincraft note block 小工具