#!/usr/bin/env python3
# -*- coding: utf-8; project: github.profile -*-
# Copyright (c) 2025 Suki Tsubaki
# Updated 2026-05-02
"""
A brief, code-based representation of me
"""
class SukisDevStats:
def __init__(self):
self.language_stats = { # 569 files, 3.29 MB, dynamic weighting
"CSS" : "ββββββββββββββββββββββββββββββββββββββββ", # 29.02 %
"PHP" : "ββββββββββββββββββββββββββββββββββββββββ", # 24.64 %
"HTML" : "ββββββββββββββββββββββββββββββββββββββββ", # 23.19 %
"Python" : "ββββββββββββββββββββββββββββββββββββββββ", # 10.83 %
"Swift" : "ββββββββββββββββββββββββββββββββββββββββ", # 6.50 %
"JavaScript" : "ββββββββββββββββββββββββββββββββββββββββ", # 5.82 %
}
self.contribution_stats = { # sum: 404
"Commits" : 39,
"Issues": {
"Created" : 68,
"Commented" : 261,
},
"PR": { # pull requests
"Created" : 19,
"Reviewed" : 0,
},
"Discussions" : 17,
}
self.activity_stats = {
"longest_commit_streak" : 1, # days
"preferred_coding_hour" : 23,
"total_days_active" : 9,
}
self.profile_views = 364 # unique
class SukisSkillSet:
def __init__(self):
self.core_skills = {
"advanced" : ["CSS", "HTML", "PHP", "Python", "TYPO3"],
"familiar" : ["Python", "JavaScript", "SQL"],
}
class SukisDevBackground:
def __init__(self):
self.milestones = {
"first_line_of_code" : 2003, # C++
"first_website" : 2004, # about penguins
"first_contribution" : 2006, # in a tech forum
"first_app" : 2008, # calculator with Java
}
def generate_profile_summary():
# ... hidden for readability ...
pass
if __name__ == "__main__":
# generate_profile_summary()
print("Code is poetry, thanks for reading mine <3")
Passionate about TYPO3, Arch Linux, Python and web development. πΎ
- DE-NW
Pinned Loading
-
pwb-scripts
pwb-scripts PublicToolkit for automating task with pywikibot on Wikimedia Commons
Python 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




