Re: [Tkinter-discuss] Help needed

2019-07-30 Thread Michael Lange
Hi, On Tue, 30 Jul 2019 15:43:53 +0530 Balasubramani K wrote: > I have a questions : > Cant we use tqdm progress bar in tkinter window ?? > In other words, can't we get a terminal window in tkinter window; where > whatever the output of the code that is executed should be shown in the >

Re: [Tkinter-discuss] Help needed

2019-07-30 Thread Balasubramani K
Hi Michael, Thanks for the help,It is useful. I have a questions : Cant we use tqdm progress bar in tkinter window ?? In other words, can't we get a terminal window in tkinter window; where whatever the output of the code that is executed should be shown in the terminal. like how we use in

Re: [Tkinter-discuss] Help needed

2019-07-30 Thread Michael Lange
Hi, On Mon, 29 Jul 2019 15:26:30 +0530 Balasubramani K wrote: > Hi , > I'm using following modules in python 3: > import requests > import os > from tqdm import tqdm > > > a piece of code from my script, > > requests.get(url, stream=True,allow_redirects=True) > total_size =