Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Adding the timer, smiley face, and flags in Minesweeper.
Post: RE: Adding the timer, smiley face, and flags in Mi...

Thanks for the suggestions we are good at keeping the good long as we tend to learn more but I just want the right click function and the smiley face and numbers just like the real minesweeper.
javesike1262 GUI 5 3,164 May-03-2021, 09:37 PM
    Thread: Adding the timer, smiley face, and flags in Minesweeper.
Post: Adding the timer, smiley face, and flags in Minesw...

Hi everyone, A friend of mine and I have been working on a Minesweeper game created in Python in Tkinter. We have almost completed programming the game and all we just need is to create the timer, smi...
javesike1262 GUI 5 3,164 May-03-2021, 03:00 PM
    Thread: Tic Tac Toe Help
Post: RE: Tic Tac Toe Help

Yes thank you so much!! I got it now!
javesike1262 GUI 3 2,335 Mar-10-2021, 07:52 PM
    Thread: Tic Tac Toe Help
Post: Tic Tac Toe Help

Hello, I have been creating a Tic Tac Toe game in Tkinter. It is supposed to draw X's and O's. A left click should place an X and a right click should place an O. There should also be a key on the key...
javesike1262 GUI 3 2,335 Mar-10-2021, 01:38 PM
    Thread: How to add conversions and fix button positions.
Post: RE: How to add conversions and fix button position...

Yes, would I use something like a defined function along with if, when the dropdown choice is selected to meters it would convert to feet, and if the dropdown choice is set to feet it would convert to...
javesike1262 GUI 7 2,862 Jan-31-2021, 03:26 PM
    Thread: How to add conversions and fix button positions.
Post: RE: How to add conversions and fix button position...

I'm talking about how do you add the calculation depending on what the user selects from the dropdown box from meters or feet. I want to convert meters to feet when I select meters and then feet to me...
javesike1262 GUI 7 2,862 Jan-31-2021, 03:45 AM
    Thread: How to add conversions and fix button positions.
Post: RE: How to add conversions and fix button position...

Well I expect the program to work when the user types 25 and chooses either meters or feet and when the user selects one of those it shows the conversion. So if I chose 25 and then select meters, it w...
javesike1262 GUI 7 2,862 Jan-30-2021, 08:15 PM
    Thread: How to add conversions and fix button positions.
Post: How to add conversions and fix button positions.

Hi everybody, I have recently started learning to make Python Gui's using the Tkinter model. However, I need help with doing a conversion like this. https://youtu.be/1z41yet2DkI Here is what I have s...
javesike1262 GUI 7 2,862 Jan-30-2021, 04:11 PM
    Thread: Help on displaying tostring on class.
Post: RE: Help on displaying tostring on class.

Finally solved it!
javesike1262 Homework 6 2,856 Jan-11-2021, 07:08 PM
    Thread: Help on displaying tostring on class.
Post: RE: Help on displaying tostring on class.

Yeah I do have the old code of the toString from the last assignment I've turned in and its this one that I have here def toString(self): return f'{self.__class__.__name__}({self.__x}, {self.__y...
javesike1262 Homework 6 2,856 Jan-10-2021, 05:53 PM
    Thread: Help on displaying tostring on class.
Post: RE: Help on displaying tostring on class.

Yeah, the reason why we have to use double underscores is mainly that the teacher requires them since he is out on quarantine and the teacher requires the toString method to display it like. Output:N...
javesike1262 Homework 6 2,856 Jan-10-2021, 02:24 PM
    Thread: Help on displaying tostring on class.
Post: Help on displaying tostring on class.

Hi I have got all the getters and setters for each property of the student class assignment which I have name, id number, date of birth and grade. How can I get the tostring to display it like this: ...
javesike1262 Homework 6 2,856 Jan-10-2021, 02:30 AM
    Thread: Defining Classes
Post: RE: Defining Classes

Yeah I just need help on correcting the getArea and I figure out the toString method on my own.
javesike1262 Homework 11 3,581 Dec-15-2020, 05:01 PM
    Thread: Defining Classes
Post: RE: Defining Classes

Yes I did forget something the 180 has to be converted into radians so something like (self.__l ** 2 / 4 * math.tan(math.radians(180/self.__n)))which I know its wrong and tostring method is basically...
javesike1262 Homework 11 3,581 Dec-15-2020, 04:33 PM
    Thread: Defining Classes
Post: RE: Defining Classes

Thanks so much for the better understanding on the addsides portion!! Now I just need the toString part of the code and I'll do the rest of it by myself. Heres the getArea part of the code so far ...
javesike1262 Homework 11 3,581 Dec-15-2020, 03:24 PM
    Thread: Defining Classes
Post: RE: Defining Classes

So our teacher has made us do this. [Image: https://i.imgur.com/obHq6Sy.png] Also, all internal variables should be private. I will still be using n and l as my variables since I put those as the tw...
javesike1262 Homework 11 3,581 Dec-15-2020, 02:01 PM
    Thread: Defining Classes
Post: RE: Defining Classes

So basically the particular problem I have is on the def Addsides part. So basically the n reprsents the number of sides the polygon has and l represents the length of the sides. So on the add sides p...
javesike1262 Homework 11 3,581 Dec-14-2020, 09:43 PM
    Thread: Clothing Reccomendation app not working correctly.
Post: RE: Clothing Reccomendation app not working correc...

Nevermind I fixed the assignment and it now works perfectly! :D
javesike1262 Homework 4 2,696 Dec-14-2020, 07:48 PM
    Thread: Defining Classes
Post: Defining Classes

Hi, I have been doing well on Python coding so far but now Im stuck on this assignment. '''This class represents regular polygons. The initialization method creates a regular polygon with a set numbe...
javesike1262 Homework 11 3,581 Dec-14-2020, 07:46 PM
    Thread: Clothing Reccomendation app not working correctly.
Post: RE: Clothing Reccomendation app not working correc...

I tried that but this part of the where this part is give me a red underline in repl.it. Also I want it to take inputs of yes and no when I typed it in, but if the user enters something else like numb...
javesike1262 Homework 4 2,696 Dec-04-2020, 07:42 PM

User Panel Messages

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