Hi! I'm kittly2008 on WW and kittyloveyou2008 on Instagram.

  • My wishlist/trade list is at Wishlist/Tradelist .
  • I designed the Halloween Ball Theme. Have a good one!


Here is a Python Script to convert lists of items into WPG format. You can type whatever you find and need! Try the script here.

list_original=[]
x = []
while x != "stop":
  x = input('Enter a Webkinz Item Name : ')
  list_original.append(x)
list_original.sort()
list_lower=[x.lower() for x in list_original]
list_lower=[x.replace(" ", "") for x in list_lower]
empty_list=[]
for i in range(len(list_original)):
 print("|{{!}}[[File:"+list_lower[i]+".png]]<br>"+list_original[i])


To-do list: