Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: TkInter Realtime calculation
Post: TkInter Realtime calculation

Hello all, I have a program where I receive a real-time data via TCP-IP using sockets, where I want to use one specific data to make a calculation in real-time. Below is the function I call to start ...
marlonsmachado GUI 3 1,081 Oct-28-2022, 12:35 AM
    Thread: Using Tkinter to calculate while formula
Post: RE: Using Tkinter to calculate while formula

Yoriz, I would like to thank you for your help. Really helped me! Thank you again!
marlonsmachado GUI 3 1,343 Sep-03-2022, 08:24 PM
    Thread: Using Tkinter to calculate while formula
Post: Using Tkinter to calculate while formula

Hello all, I'm trying to create a simple GUI interface with tkinter using a simple strokes calculator based on an user input. My simple code is below, but I cannot discover how to plot this on the tk...
marlonsmachado GUI 3 1,343 Sep-03-2022, 11:35 AM
    Thread: Total Strokes Calculator
Post: RE: Total Strokes Calculator

Exactly Jef, I want to ask an input for the user to enter the stroke/min (SPM) value and then, the code would calculate how many strokes has been already acumulated after every second while the code i...
marlonsmachado General Coding Help 7 1,422 Aug-04-2022, 12:54 PM
    Thread: Total Strokes Calculator
Post: RE: Total Strokes Calculator

(Aug-02-2022, 11:48 AM)jefsummers Wrote: You also have to multiply the stroke rate by the time spent at that rate. So, if the rate is 120/min for 3 seconds then 60/min for 2 seconds the total stroke...
marlonsmachado General Coding Help 7 1,422 Aug-02-2022, 12:51 PM
  Lightbulb Thread: Total Strokes Calculator
Post: Total Strokes Calculator

Hello all, I'm trying to create a calculator where I want to see the total strokes in cumulative (sum per second) when I input the rate. For example: the rate is 60 Strokes per Minute, I'm trying to ...
marlonsmachado General Coding Help 7 1,422 Aug-02-2022, 01:10 AM

User Panel Messages

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