526
Developer's Corner / Python newbie question
« Last post by kartal on April 13, 2009, 10:53 PM »Hi Guys
I am working on my own alarm, countdown application. I do not have a gui setup now( will use wxpython). However I need a way to be able to print current time in a window(or command line) without printing every second in a new line. I can query time module to get the current time but I want to be able to print in a simple seperate window and terminate the window or time counting when the time is up. I have figured out the rest except printing time. This is for only testing the application not for final version. Currently I am using rudimentarty print command which prints the time on ever new line which is unpleasant.
thanks
I am working on my own alarm, countdown application. I do not have a gui setup now( will use wxpython). However I need a way to be able to print current time in a window(or command line) without printing every second in a new line. I can query time module to get the current time but I want to be able to print in a simple seperate window and terminate the window or time counting when the time is up. I have figured out the rest except printing time. This is for only testing the application not for final version. Currently I am using rudimentarty print command which prints the time on ever new line which is unpleasant.
thanks

Recent Posts