All Questions
6 questions
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 ...
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 ...
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 ...
6
votes
1
answer
2k
views
Plotting text from a dictionary with Matplotlib
I have the following dictionary:
...
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 ...
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.
...