Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help with if in tkinter
Post: Help with if in tkinter

I need help with if. This code just when you click a button it +1 to a counter and the problem is I need something when the counter reaches 10 5 points substract and something will happned and I dont ...
JohnNo General Coding Help 2 2,860 Apr-30-2017, 01:40 PM
    Thread: Clicker game counter help
Post: RE: Clicker game counter help

from tkinter import * root = Tk() root.geometry("200x200") root.title("My Clicker Game") global counter counter = 0 def nClick():     global counter     counter += 1     mLabel.config(text = counte...
JohnNo Game Development 2 7,696 Apr-30-2017, 09:24 AM
    Thread: Clicker game counter help
Post: Clicker game counter help

You guys helped me alot, you made my life easy with your help and code. So i ask again. I am trying to create clicker game where you click on some button and you get +1 score but I am trying to create...
JohnNo Game Development 2 7,696 Apr-30-2017, 05:12 AM
    Thread: Adding 1 to number
Post: RE: Adding 1 to number

Well that just prints nothing #2 well i edited the code no error but it prints nothing from tkinter import * root = Tk() zeroo = 0 def add(): if zeroo <= 900: return zeroo + 1 ...
JohnNo General Coding Help 5 4,564 Apr-29-2017, 01:14 PM
    Thread: Adding 1 to number
Post: Adding 1 to number

I cant find anwser anywhere for this question. I have a number and when i click a button i want that number + 1 and so on so like this.  from tkinter import * root = Tk() zeroo = 0 def add():     zer...
JohnNo General Coding Help 5 4,564 Apr-29-2017, 12:59 PM
    Thread: How to print in colors
Post: How to print in colors

So I use python shell to do my stuff but I want to print out in color I tried everything from ANSI escape routes or ansicolors but nothing everything i try it does not print out in color so my questio...
JohnNo General Coding Help 2 3,185 Apr-01-2017, 01:09 PM

User Panel Messages

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