Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How do you take terminal inputs w/o halting running code?
Post: RE: How do you take terminal inputs w/o halting ru...

I'm using Linux I've been in the mean time trying out some code available online, had a partial success. My current implementation for this is: import termios, fcntl, sys, os def get_char_keyboard_no...
Bhoot General Coding Help 3 2,598 Apr-17-2020, 08:30 AM
    Thread: How do you take terminal inputs w/o halting running code?
Post: How do you take terminal inputs w/o halting runnin...

Hi, I have an application which runs indefinitely (a while True loop until a keyboard interrupt stops the program). Now I want to be able to give some commands to it for debugging and testing purpose...
Bhoot General Coding Help 3 2,598 Apr-17-2020, 07:04 AM
    Thread: Smoothen reset and write text
Post: RE: Smoothen reset and write text

Thanks @Larz60+, Your answer got me thinking of how turtle graphics is not the same as Tkinter (I'm very new to python). Anyway, I ended up removing the usage of turtle graphics in favour of using a ...
Bhoot GUI 8 2,835 Apr-02-2020, 10:04 AM
    Thread: Smoothen reset and write text
Post: RE: Smoothen reset and write text

I looked at the recommended approach and didn't find it useful. That said, you mentioned that you don't use TKinter. May I ask what you use? The project is still in its infancy and I should be able t...
Bhoot GUI 8 2,835 Apr-01-2020, 05:16 PM
    Thread: Smoothen reset and write text
Post: RE: Smoothen reset and write text

# initialisation self.current_state = get_default_state() self.current_state.draw_persisting() #draw stuff for this state which wont be changing until state change while 1: self.check_for_state_c...
Bhoot GUI 8 2,835 Mar-31-2020, 10:55 AM
    Thread: Smoothen reset and write text
Post: RE: Smoothen reset and write text

I am working on a beagle bone black. The output is projected using a TI DLP LightCrafter 2000. Message protocol in use is I2C. Packages in use: I2C, TKinter, Canvas, TurtleScreen, RawTurtle Code sn...
Bhoot GUI 8 2,835 Mar-31-2020, 06:03 AM
    Thread: Smoothen reset and write text
Post: Smoothen reset and write text

Hi, I am currently projecting the value as received from a sensor. Now the problem I saw was that on every value change, there is a flicker generated while the text changes (I'm guessing it is becaus...
Bhoot GUI 8 2,835 Mar-30-2020, 07:31 AM
    Thread: TKinter coordinate system (canvas)
Post: TKinter coordinate system (canvas)

Hi. I'm new to TKinter and I'm having trouble understanding the coordinate system being used. I can obviously use trial and error to draw whatever I want, but I prefer the system to make some sense t...
Bhoot GUI 1 2,960 Mar-23-2020, 12:47 PM

User Panel Messages

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