Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: List Comparing problem with GUI
Post: RE: List Comparing problem with GUI

Well, your code works fine actually but I still don't know why it does not work when I implemented. Thanks for helping me.
ardvci GUI 5 2,932 Sep-24-2020, 08:10 PM
    Thread: List Comparing problem with GUI
Post: RE: List Comparing problem with GUI

Thanks for your contibution but unfortunately it did not work when I implemented to your code into mine. I'll send the part of my code.import tkinter as tk from googlesearch import search from tkinte...
ardvci GUI 5 2,932 Sep-24-2020, 08:52 AM
    Thread: List Comparing problem with GUI
Post: List Comparing problem with GUI

Hello, I've been trying to compare two lists too see if one has substring Let's say AA=["Beautiful","Day"] BB = ["Beau"] I want to write a code that returns "Beautiful" I find how to do that but it di...
ardvci GUI 5 2,932 Sep-23-2020, 06:42 PM
    Thread: Printing Variable into the label
Post: RE: Printing Variable into the label

(Mar-18-2020, 11:06 PM)joe_momma Wrote: I finally got the modules I created a Text widget and dumped the info into it like this- import datetime as dt import matplotlib.pyplot as plt import pandas_d...
ardvci GUI 5 3,126 Mar-19-2020, 04:31 PM
    Thread: Printing Variable into the label
Post: RE: Printing Variable into the label

(Mar-18-2020, 02:18 AM)joe_momma Wrote: I'm missing some modules to run your script but from your code it looks like the Quote:print(DATA) is the information you want to create labels with. If you ...
ardvci GUI 5 3,126 Mar-18-2020, 04:10 PM
    Thread: Printing Variable into the label
Post: Printing Variable into the label

Hi everyone , I'm trying to make an app that can show the price of a stock and also the graphics of the stock. The part of Graph is working but I could not pass the DATA variable into the Label that s...
ardvci GUI 5 3,126 Mar-14-2020, 08:14 PM
    Thread: Reset Button did not work
Post: RE: Reset Button did not work

Thanks for your contribution it worked !!!
ardvci GUI 2 2,776 Mar-02-2020, 07:59 PM
    Thread: Reset Button did not work
Post: Reset Button did not work

The code has no errors or warnings it also looks fine to me but I didn't find out why the reset button is not working.Here is the code from tkinter import* import random import time root=Tk() root.ge...
ardvci GUI 2 2,776 Mar-02-2020, 06:58 PM

User Panel Messages

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