Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Ping command using python 3.6.5
Post: RE: Ping command using python 3.6.5

Any idea how to make something like 1: ping google 2: enter adress (http,IP) .... just idea ?
blazejwiecha General Coding Help 6 17,391 Apr-19-2021, 06:24 PM
    Thread: showing return from button on main screen
Post: RE: showing return from button on main screen

Ok got Your ideas, thanks , now I got the code looks like that , but got some issue , when I use another button after few second the ping is showing again on screen. Some hints ? def ping_screen(): ...
blazejwiecha GUI 4 2,651 Nov-22-2020, 04:33 PM
    Thread: showing return from button on main screen
Post: RE: showing return from button on main screen

Your ideas makes me to do something like this: def ping_screen(): ping_command = 'ping -c 5 google.com'.split() proc = subprocess.run(ping_command, capture_output=True, text=True) ...
blazejwiecha GUI 4 2,651 Nov-20-2020, 02:47 PM
    Thread: showing return from button on main screen
Post: showing return from button on main screen

Hello, first sorry for English and code, I am beginner :) So , the problem I stuck with is that I wish to execute buttons on the screen of tkinter. For now with lots of problems I got to execute on te...
blazejwiecha GUI 4 2,651 Nov-19-2020, 05:02 PM
    Thread: GUI for speedtest-cli
Post: RE: GUI for speedtest-cli

Looks interesting but when I run it on linux it stuck on : Speed Test started *** /usr/local/bin/speedtest-cli --server also tried apt install speedtest-cli but this package wasn't the problem
blazejwiecha Code sharing 2 4,558 Jul-05-2020, 04:36 PM

User Panel Messages

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