Jinsun
Student developer. Programmer with a passion for gaming and anime.
Bio
I'm a 14-year-old developer based in the Philippines. I have interest in software development, specifically focusing on Python and system logic.
I like watching anime especially romance, slice of life genre. I like the color green as it represents nature.
Identity
Birth Date
Aug 24, 2011
Age
14 Years Old
Height
160 cm
Watching
Romance & Slice of Life enthusiast.
Gaming
Interested in technical aspects and game optimization.
Focus
Japanese (Hiragana) Keyboard
A custom desktop on-screen keyboard built with Python and Tkinter. Specifically designed for quick Japanese input.
import tkinter as tk
import pyautogui
import pyperclip
layouts = {
"Standard": [
['ん', 'わ', 'ら', 'や', 'ま', 'は', 'な', 'た', 'さ', 'か', 'あ'],
# ... more keys ...
]
}