User:Kittly2008

The most up-to-date image and information guide on Webkinz Classic items, events, and more!
Revision as of 07:53, 18 November 2021 by Kittly2008 (talk | contribs)

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: