Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: image manipulation on a web app
Post: image manipulation on a web app

Hello guys, I want to create an app that has a background (for example a t-shirt), and then to be able to add a logo and some text maybe of choose the font you want but I really do not know where to s...
jdos Web Scraping & Web Development 1 1,527 Jul-17-2020, 07:10 AM
    Thread: .get issue
Post: .get issue

Hey guys I am ashamed, but I stole dependent Choicebox code below from somewhere in StackOverFlow (I think) it's working as it should, when I choose from the Drop Down, the second one changes. But I ...
jdos General Coding Help 0 1,247 Jul-07-2020, 08:42 AM
    Thread: tkinter, dropdowns with changing options
Post: RE: tkinter, dropdowns with changing options

I know that this is quite old but I am facing a similar issue. Does anyone know the answer? I am trying to create dependent dropdowns, for example something like this: the drop_down is the main one a...
jdos GUI 4 9,705 Jul-03-2020, 06:06 AM
    Thread: Excel tables and move rows
Post: RE: Excel tables and move rows

I think that this will just add the row to line 18 of the example table and not to the 6th line. I have this here that does that. data.to_excel(writer,sheet_name=minas,header=False, index = None,star...
jdos General Coding Help 6 4,456 Jul-02-2020, 05:52 AM
    Thread: Excel tables and move rows
Post: RE: Excel tables and move rows

I did mate, the thing is that I can't specify the exact row that I need to move each line. Also it's not a matter of just moving one row from spreadsheet1 to spreadsheet2 but also from spreadsheet 1...
jdos General Coding Help 6 4,456 Jul-01-2020, 06:10 AM
    Thread: Excel tables and move rows
Post: RE: Excel tables and move rows

I get that, but is it possible to move it from table to table? As you can see in the image in the first post, I want to be able to move them through worksheets and tables, that is the tricky part. fo...
jdos General Coding Help 6 4,456 Jun-30-2020, 05:31 PM
    Thread: No module named 'Tkinter'
Post: RE: No module named 'Tkinter'

Oh almost forgot, it should help you to install the 32bit version. When freezing a program to exe, the 32bit will work for both 32 and 64 bit versions of windows, while the 64bit version will export 6...
jdos General Coding Help 13 12,101 Jun-30-2020, 03:05 PM
    Thread: No module named 'Tkinter'
Post: RE: No module named 'Tkinter'

First why don't you install v3.8? Second, if you have problems with the path, uninstall all versions, reboot, install new version. When you start the installer be sure to check the auto path install...
jdos General Coding Help 13 12,101 Jun-30-2020, 02:48 PM
    Thread: Excel tables and move rows
Post: Excel tables and move rows

Hey guys again, so lets say we have an excel workbook with 12 worksheets. Each worksheet has two tables in it as you can see in the image below [Image: https://medicalfa.gr/capture-5/] Question one...
jdos General Coding Help 6 4,456 Jun-30-2020, 08:21 AM
    Thread: No module named 'Tkinter'
Post: RE: No module named 'Tkinter'

(Jun-30-2020, 07:57 AM)All_ex_Under Wrote: from future.moves import Tkinter as tk window = tk.tk() # to rename the title of the window window.title("GUI") # pack is used to show the object in the wi...
jdos General Coding Help 13 12,101 Jun-30-2020, 08:06 AM
    Thread: bad window path name
Post: RE: bad window path name

(Jun-25-2020, 06:21 AM)Yoriz Wrote: When you define the label you have given a parent attribute of canvas1 labelTop=tk.Label(canvas1,text='Choose a program')but your buttons have no parent button1=t...
jdos GUI 6 5,577 Jun-25-2020, 06:25 AM
    Thread: bad window path name
Post: RE: bad window path name

(Jun-25-2020, 06:10 AM)menator01 Wrote: The error appears to be coming from the window you're opening. It shows button3. You might want to check that. I know as I said in the first post, the called ...
jdos GUI 6 5,577 Jun-25-2020, 06:15 AM
    Thread: bad window path name
Post: RE: bad window path name

For me this is what I get [Video: https://youtu.be/7yp1nOUqFto]
jdos GUI 6 5,577 Jun-25-2020, 05:52 AM
    Thread: bad window path name
Post: bad window path name

Hey guys, I have a couple of python programs with GUI that work as should, now I have created another program that loads the other programs and runs them, think of it as a selector. All programs are ...
jdos GUI 6 5,577 Jun-24-2020, 11:08 AM

User Panel Messages

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