Skip to content

Where can i ask for help when coding in tukaan? #91

Answered by Moosems
lmjaedentai asked this question in Question
Discussion options

You must be logged in to vote

@lmjaedentai Hello! To ask for help simply open an issue or ask a question in discussions. Since it is easier to just use these than to force people to get additional software, we plan on sticking with that. As for the tukaan docs we have recently changed the way that tukaan works and does layouting meaning that we must rewrite the docs. A working sample is:

import tukaan
from tukaan import Label

app = tukaan.App(title="My window")
app.width = 1000
app.height= 1000

Label(app, text = "Hello, World!").grid()
app.run()

Hope these answer your questions!

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@rdbende
Comment options

@Moosems
Comment options

@lmjaedentai
Comment options

@Moosems
Comment options

@im-coder-lg
Comment options

Answer selected by rdbende
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants