Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can you give me some advices to create a Web GUI for Python?
Post: RE: Can you give me some advices to create a Web G...

(Feb-17-2021, 07:52 PM)Larz60+ Wrote: suggest you follow this tutorial which will take you from start to a finished (and polished) website https://blog.miguelgrinberg.com/post/the...ello-worldciao L...
TurboC News and Discussions 3 2,008 Feb-18-2021, 05:57 AM
    Thread: Can you give me some advices to create a Web GUI for Python?
Post: Can you give me some advices to create a Web GUI f...

I don't know how can I explain, except Python I don't know other programming languages, but just to give you an idea, I want to create a web GUI, and use it like it were Tkinter or PyQt. I would very ...
TurboC News and Discussions 3 2,008 Feb-17-2021, 04:25 PM
    Thread: Can you help me to merge the cells with OpenPyXL?
Post: Can you help me to merge the cells with OpenPyXL?

Hi guys, from the documentation, I already know how to merge cells in Excel, but I need your help because I can't create a kind of table. below an example: [Image: https://thumbs2.imagebam.com/62/1b...
TurboC General Coding Help 1 2,153 Jan-31-2021, 07:57 PM
    Thread: How can I use Cython to protect my Python Code?
Post: How can I use Cython to protect my Python Code?

I wrote a software with Python and I would like to share it on internet, but before to do that I want to be sure to protect its source code as much as possible. to reach my goal, I thought to follow t...
TurboC General Coding Help 2 4,049 Nov-25-2020, 10:00 PM
    Thread: Tips about a cheap mini server?
Post: Tips about a cheap mini server?

currentry I'm working remotely using OneDrive and TeamViewer. the first one keeps my working life easier, because I can access to my private files wherever I'm and from any computers, but with the fre...
TurboC Bar 0 1,297 Nov-15-2020, 03:41 PM
    Thread: How can I implement a multitasking process in Python?
Post: How can I implement a multitasking process in Pyth...

speaking about Tkinter and the multitasking concept, I always had an issue with my GUI softwares. in the last one for example, I have a simple function. it takes around 4 seconds to accomplish its tas...
TurboC GUI 1 2,730 Nov-03-2020, 10:59 PM
    Thread: Tkinter - How can I remove the background borders from ttk.Button?
Post: RE: Tkinter - How can I remove the background bord...

mm.. I don't use Linux now, but from your screenshot, it seems that the button has not the native border anymore. now it looks like a label, but it's not what I want to do, I want to delete the "extra...
TurboC GUI 4 16,672 Oct-18-2020, 10:58 AM
    Thread: Tkinter - How can I remove the background borders from ttk.Button?
Post: RE: Tkinter - How can I remove the background bord...

(Oct-18-2020, 07:17 AM)Gribouillis Wrote: I would try borderwidth=0 in the call to create the button or the Style.I had already tried but it doesn't work.. if I add the "borderwidth=0" option in the...
TurboC GUI 4 16,672 Oct-18-2020, 09:41 AM
    Thread: Tkinter - How can I remove the background borders from ttk.Button?
Post: Tkinter - How can I remove the background borders ...

by default, the buttons from ttk module, have a one pixel border. how can I delete this border? below an example code: from tkinter import * from tkinter import ttk root = Tk() root.geometry("400x30...
TurboC GUI 4 16,672 Oct-17-2020, 10:58 PM
    Thread: Tkinter - How can I change the default Notebook border color?
Post: RE: Tkinter - How can I change the default Noteboo...

Quote:That's in there, search for '# Your margin color' maybe I'm wrong, but from my tests, it changes the background color and not the border color. to do it I can use simply the "background" option...
TurboC GUI 5 14,562 Oct-06-2020, 10:35 PM
    Thread: Tkinter - How can I change the default Notebook border color?
Post: RE: Tkinter - How can I change the default Noteboo...

mm.. interesting, I tried to make some code changes but I can't reach my goal. it's a little bit complicate. can you help me? what I want to do is very simple, I just want to color the Notebook border...
TurboC GUI 5 14,562 Oct-06-2020, 03:09 PM
    Thread: Tkinter - How can I extend a label widget?
Post: Tkinter - How can I extend a label widget?

maybe it's a simple question, but I can't find a solition. below an image. by default a label widget has 3 blank pixels placed on each side for the padding. my question is, how can I extend this padd...
TurboC GUI 2 2,709 Oct-06-2020, 10:42 AM
    Thread: Tkinter - How can I change the default Notebook border color?
Post: Tkinter - How can I change the default Notebook bo...

below my example code: from tkinter import * from tkinter import ttk root = Tk() root.geometry("400x300") style=ttk.Style() style.configure("TNotebook", highlightbackground="#848a98") # if I use an...
TurboC GUI 5 14,562 Oct-06-2020, 10:08 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020