Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Scrollbar doesn't work on Canvas in Tkinter
Post: Scrollbar doesn't work on Canvas in Tkinter

Hello. I'm trying to write a program that show a tkinter window with a list of names(labels) and a checkbox for every name in this list. I want to be able to scroll through this list but for some rea...
DeanAseraf1 GUI 3 9,446 Sep-18-2019, 09:16 AM
    Thread: Speech Recognition with timestamps
Post: Speech Recognition with timestamps

Hi this is my code: import speech_recognition as sr r = sr.Recognizer() with sr.AudioFile("PATH") as source: audio = r.record(source) try: sent = r.recognize_google(audio) print(sent) ex...
DeanAseraf1 General Coding Help 3 6,679 Sep-03-2019, 12:07 PM
    Thread: get function returns None from Beautifulsoup object
Post: RE: get function returns None from Beautifulsoup o...

I managed to fix the code. here is the new one: import requests from bs4 import BeautifulSoup def spider(max_pages): page = 1 while page <= max_pages: main_page = 'https://wikiped...
DeanAseraf1 Web Scraping & Web Development 3 9,552 Aug-03-2019, 04:00 PM
    Thread: get function returns None from Beautifulsoup object
Post: RE: get function returns None from Beautifulsoup o...

i'm trying to make a program that you can input what you want to search in Wikipedia and it prints out all of the titles in the page. the id's is the name of the titles in wikipedia source. the class ...
DeanAseraf1 Web Scraping & Web Development 3 9,552 Aug-03-2019, 05:32 AM
    Thread: get function returns None from Beautifulsoup object
Post: get function returns None from Beautifulsoup objec...

I'm trying to list all titles from a specific Wikipedia page for some reason when i apply the .get function on the Beautifulsoup object to get all the 'id's, it returns None. this is my code: import ...
DeanAseraf1 Web Scraping & Web Development 3 9,552 Aug-02-2019, 11:25 PM
    Thread: python file(.py) not working with my tkinter project
Post: RE: python file(.py) not working with my tkinter p...

I've tried to add the input function and it still doesn't show anything on the cmd window and then closes automatically.
DeanAseraf1 GUI 9 7,318 Jul-30-2019, 12:55 PM
    Thread: python file(.py) not working with my tkinter project
Post: RE: python file(.py) not working with my tkinter p...

Quote:3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] press enter to continue This is what got written in the black window. This program is the only program I wrote that...
DeanAseraf1 GUI 9 7,318 Jul-30-2019, 03:32 AM
    Thread: python file(.py) not working with my tkinter project
Post: RE: python file(.py) not working with my tkinter p...

When I'm trying to run the code in Pycharm it works fine, but when I'm trying to run it by opening the .py file, a black window open and close. Python 3.7 64bit, Pycharm 2019.2(community edition), wi...
DeanAseraf1 GUI 9 7,318 Jul-29-2019, 07:13 PM
    Thread: python file(.py) not working with my tkinter project
Post: RE: python file(.py) not working with my tkinter p...

This is my code: from tkinter import * from tkinter import ttk import pyperclip import ast def fst_window(): password_label = Label(root, text="Password:") password_label.grid(row=0, column=...
DeanAseraf1 GUI 9 7,318 Jul-29-2019, 06:39 PM
    Thread: python file(.py) not working with my tkinter project
Post: python file(.py) not working with my tkinter proje...

Hey everyone, I'm trying to run my project by opening the .py project file and it doesn't work for some reason. If I'm trying to run the code in Pycharm it works perfectly fine but when I'm trying to ...
DeanAseraf1 GUI 9 7,318 Jul-29-2019, 04:50 PM
    Thread: tkinter freeze
Post: tkinter freeze

Hey, I'm new to python and I'm trying to code a alarms clock program. for some reason when I'm trying to find if the alarm(input) is equal to the time(tick function), the clock label in the tkinter is...
DeanAseraf1 GUI 0 2,143 Jul-20-2019, 07:46 AM

User Panel Messages

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