I noticed that the width argument for the Tkinter entry widget is in characters, not pixels.
Is it possible to adjust the width in pixels?
You can also use the Place geometry manager:
entry.place(x=10, y=10, width=100) #width in pixels