Erstveröffentlichung Weihnachten 2024

This commit is contained in:
2024-12-24 09:36:04 +01:00
commit 71b5f84a6f
81 changed files with 5728 additions and 0 deletions

13
pages/rollpitch.py Normal file
View File

@@ -0,0 +1,13 @@
import cairo
from .page import Page
class RollPitch(Page):
def draw(self, ctx):
# Name
ctx.select_font_face("Ubuntu", cairo.FontSlant.NORMAL, cairo.FontWeight.BOLD)
ctx.set_font_size(60)
ctx.move_to(20, 100)
ctx.show_text("RollPitch")
# Graph anzeigen X/Y