Programmer, musician and learner of things.
Fan of Python and open source software.
Codes in Neovim.
@recursecenter alum.
Pinned Loading
-
usolitaire
usolitaire PublicSolitaire in your terminal, powered by Unicode and https://textual.textualize.io/
-
-
scrapy/parsel
scrapy/parsel PublicParsel lets you extract data from XML/HTML documents using XPath or CSS selectors
296 contributions in the last year
Skip to contributions year listDay of Week | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
September 2025
Created 43 commits in 2 repositories
Created 1 repository
-
eliasdorneles/love2d-space-shooter
Lua
This contribution was made on Sep 18
Created an issue in astral-sh/uv that received 2 comments
tkinter fonts look weird with shipped libtk
Summary
Using this test program, in a file font_test_tkinter.py
:
import tkinter
import tkinter.font root = tkinter.Tk() title_font = tkinter.font.Font
2
comments