Unable to use Python3 Idle

Hello, I have recently moved to “openSUSE 13.2 x86_64, linux 3.16.6-2-desktop” and I installed the “python3-idle.ymp” and it has installed the necessary packages. But now I can’t find or launch the “Python3 Idle” program. When I do

find / -iname "python3-idle

it gives the following output:

/usr/share/doc/packages/python3-idle
find: ‘/run/user/1000/gvfs’: Permission denied
/.snapshots/9/snapshot/usr/share/doc/packages/python3-idle
/.snapshots/10/snapshot/usr/share/doc/packages/python3-idle
/.snapshots/11/snapshot/usr/share/doc/packages/python3-idle
/.snapshots/12/snapshot/usr/share/doc/packages/python3-idle
/.snapshots/13/snapshot/usr/share/doc/packages/python3-idle
/.snapshots/17/snapshot/usr/share/doc/packages/python3-idle
/.snapshots/18/snapshot/usr/share/doc/packages/python3-idle
/.snapshots/19/snapshot/usr/share/doc/packages/python3-idle
/.snapshots/20/snapshot/usr/share/doc/packages/python3-idle
/.snapshots/21/snapshot/usr/share/doc/packages/python3-idle
/.snapshots/22/snapshot/usr/share/doc/packages/python3-idle

If i execute the command

cnf idle3

it gives me the output:

Program ‘idle3’ is present in package ‘python3-idle’, which is installed on your system.

Absolute path to ‘idle3’ is ‘/usr/bin/idle3’. Please check your $PATH variable to see whether it contains the mentioned path

This shows that it’s installed on my system and for now, I am able to use it from the “gnome-terminal”. How can I add this to the list of programs so that instead of executing it from Terminal (where the Terminal has to stay open all the while I am using Idle) I can use it like a normal program of click and run.

Thanks!