Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to run animations in background with tkinter?
Post: How to run animations in background with tkinter?

Hello! I am making a tkinter app and I want to make an animation, for example, a character walking (by displaying each frame individually). But when I do this, the rest of the commands stop executing ...
Pythenx GUI 1 4,937 May-20-2019, 05:53 PM
    Thread: Can't load a png image tkinter
Post: Can't load a png image tkinter

I don't get any errors, but the image just won't show up. It just shows a blank window with canvas. from tkinter import * root = Tk() c = Canvas(root, width=1000, height=1000) c.pack() home_screen ...
Pythenx GUI 2 10,070 May-04-2019, 11:24 AM
    Thread: Problems with getting image's DateTimeOriginal
Post: RE: Problems with getting image's DateTimeOriginal

I found the problem. Usually, image name is 2 numbers separated with an underscore, like, 12345_12345, but those files which are written like IMG-1248215-WA0001 don't get sorted properly. I can simply...
Pythenx General Coding Help 3 2,865 May-02-2019, 02:07 PM
    Thread: Problems with getting image's DateTimeOriginal
Post: Problems with getting image's DateTimeOriginal

I am making an image sorting program based on the date which the image was taken in which everything works perfectly except one thing. I know my code is very messy, but this is my first ever large pro...
Pythenx General Coding Help 3 2,865 May-02-2019, 01:24 PM
    Thread: Smtplib: What does context argument means?
Post: Smtplib: What does context argument means?

In lines 13 and 14 what exactly does context mean? Why do we need to use it? import smtplib, ssl port = 465 # For SSL smtp_server = "smtp.gmail.com" sender_email = "[email protected]" # Enter your addre...
Pythenx General Coding Help 1 3,092 Mar-27-2019, 03:51 PM
    Thread: How to get python to download YouTube videos in the background?
Post: How to get python to download YouTube videos in th...

I am looking to create a small project. The idea is that you input a youtube video link and it downloads it onto your computer. I was thinking about using Selenium - it opens the browser, goes to MP3 ...
Pythenx General Coding Help 11 10,732 Mar-23-2019, 02:07 PM
    Thread: RoboBrowser error
Post: RoboBrowser error

This code should go to the mp3 converter page and fill in the form with "just an example". It shows an error, which I don't know how to fix. I tried looking it up but didn't find anything. I would app...
Pythenx Web Scraping & Web Development 2 4,124 Mar-23-2019, 09:55 AM
    Thread: unsupported operand type(s)
Post: Little help with NoneType

This is a part of a calculator which will take 6 inputs - 2 numbers, 3 units and 1 x. All the maths are working, but there is an error in the code. I tried finding in on the internet, but unsuccessful...
Pythenx General Coding Help 5 8,001 Mar-21-2019, 07:11 PM
    Thread: unsupported operand type(s)
Post: RE: unsupported operand type(s)

unit_speed: None - this is the problem. What could I do to fix it?
Pythenx General Coding Help 5 8,001 Mar-21-2019, 05:01 PM
    Thread: unsupported operand type(s)
Post: unsupported operand type(s)

I am making a calculator which calculates distance/speed/velocity with different kinds of units. No problems with the maths itself, but something wrong with the code. it shows TypeError: unsupported o...
Pythenx General Coding Help 5 8,001 Mar-21-2019, 04:30 PM

User Panel Messages

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