Skip to content

us3r64bit/rock-paper-scissor-gui-using-tkinter

Repository files navigation

Rock Paper Scissor

This is simple RPS program using tkinter.

Install Tkinter

Linux

apt-get install python-tk
    or
apt-get install python3-tk

windows

pip install tk
    or
pip3 install tk

Install Pillow

Linux

pip install Pillow
python -m pip install --upgrade Pillow
    or
pip3 install Pillow
python3 -m pip install --upgrade Pillow

windows

pip install Pillow
    or
pip3 install Pillow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages