Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

how to specify root geometry in tkinter

Finlay Dunn answered on June 27, 2022 Popularity 7/10 Helpfulness 5/10

Contents


More Related Answers

  • tkinter draw squaer
  • how to fix geometry of a window in tkinter
  • tkinter draw squaer
  • tkinter geometry
  • how to put my graph in tkinter interface
  • import tkinter from tkinter import * root = Tk() canvas = tkinter.Canvas(root, height=500, width=500, bg="#7209b7") canvas.pack() frame = tkinter.Canvas(root, bg="#b5179e") frame.place(relwdth=0.8, relheight=0.8, relx=0.1, rely=0.1) root.mainloop()

  • how to specify root geometry in tkinter

    0
    Popularity 7/10 Helpfulness 5/10 Language python
    Link to this answer
    Share Copy Link
    Contributed on Jun 27 2022
    Finlay Dunn
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.