Rock-Paper-Scissors-Game-
Project Description:
This was my test project when i started to learn Python Tkinter. Its the simplest interface possible.
Requirements:
Following modules need to be installed for it to work properly:
- Tkinter
Tkinter:
Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit.