- Strength to Increase Rep
- +1
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 2
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Python / Django / PyGame Developer.
- Interests
- Python, PyGame, Basketball, Football, Family, Bible
- PC Specs
- Intel i5 2500k, GTX 760 2GB, 8GB RAM
Re: The documetation explains how to do it properly. http://kivy.org/docs/api-kivy.uix.button.html | |
Re: You can create your own media player by reading the posts above, or you could do what I did for my program FindADownload(www.findadownload.net), and let the OS automatically decide how to play the MP3. You can do so, like this: import os os.startfile(NAMEOFFILE) | |
Re: Greetings: First and foremost, I warmly applaud your efforts to learn Python. That being said, arguments in Python are parameters(or local variables) that are passed(or given) to a function to work with. Your calcBMI function is currently not set-up to receive any parameters. Also, it's a better programming practice to … | |
Greetings: I've noticed that many people on these boards have experience using PyGame, so I thought it would be cool if i shared a creation I am currently developing. This creation is called **PyDark**. Basically, PyDark is a *2D game framework* built on-top of Python and PyGame. What makes PyDark … | |
Re: Logically speaking, you are to rotate your Gun sprite to the direction of your mouse position. I highly recommend you check out my 2D game framework PyDark. It's built on-top of PyGame and it makes developing 2D games easier. [www.pydark.com](http://www.pydark.com) |