Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
2 answers
934 views

Rearrange page numbers for printing a book

I didn't want my title to be too long so to clear up any confusion I'll explain better here what my code does. It asks for the total pages of a book(PDF file in my case), and returns the page numbers ...
qazwsx598's user avatar
  • 151
3 votes
0 answers
457 views

JustifiedCombobox, a subclassed combobox

In an attempt to answer How to justify the characters in the drop-down list of a Combobox? I've come up with this code. JustifiedCombobox justifies the pop-down ...
Nae's user avatar
  • 407
4 votes
1 answer
1k views

Layout for a Tkinter form

I am making a GUI application for a class. I have made the form layout (make_form()) using both Frame and grid, but I am not exactly sure that one should be mixing ...
user7977775's user avatar
6 votes
1 answer
2k views

Plotting text from a dictionary with Matplotlib

I have the following dictionary: ...
sheldonzy's user avatar
  • 461
4 votes
1 answer
747 views

GUI layout for a security camera app

I'm designing a security camera program. Right now, I am just trying to set up the GUI before receiving. I am using Kivy since, in the future, I plan on designing some programs for Android. I really ...
Brandon's user avatar
  • 41
3 votes
1 answer
2k views

wxPython Form Builder - Sizer Automation

Presented for critique are a pair of classes which automate Sizer Creation and Layout in wxPython. ...
g.d.d.c's user avatar
  • 513