[Tutor] accessing buttons (tkinter) made with loop

2018-06-14 Thread Freedom Peacemaker
Hello Tutor, currently im working with tkinter application. Main idea was to create 25 buttons with for loop. Each button text was random number and user needs to click them in order form lowest to highest. When button is clicked its being disabled with coresponding color (green-ok, red-not). This

[Tutor] Which DB use with standalone desktop app

2017-07-06 Thread Freedom Peacemaker
Hi Tutors, I am working on standalone desktop app with tkinter GUI (Python3), and i dont know which database should i use. I've tried to find solution on my own but google cant help me. There are some with SQL in name (eg. sqlite3, MySql), but there are some other NoSql like MongoDB or Redis. Pleas

[Tutor] GUI for ANSI colors

2017-02-13 Thread Freedom Peacemaker
Hi tutor, I'm trying to put my script with randomly colored letters (ANSI escape code) into GUI but cant find any. I've tried tkinter but it isn't good choice. Then i was searching for capabilities of PyQt4 again without success. Thats why im writing this message. Is there any GUI that can print wo

[Tutor] randomly generated error

2017-01-27 Thread Freedom Peacemaker
Hi, main idea was to : - get random characters word - randomly colour letters in my word - from this coloured word print all yellow letters As it is random i need to be sure that at least one letter is yellow so i put yellow color into final variable. This code works but randomly generates error.

[Tutor] please help me with after method

2016-11-16 Thread Freedom Peacemaker
Hi, i need help. I am using Python 3.4 and I have wrote little app for windows only ( windows 7 and higher). Its timer and my app working but not good. Some people said that i should use after method instead of update() and nobody told me how. Ive tried many times but i dont know how do it correctl