User:Kittly2008

The most up-to-date image and information guide on Webkinz Classic items, events, and more!

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

  • I designed the Halloween Ball Theme. Have a good one!

My pages

Code for Editors

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.

# 17 November 2021
# kittly2008 #
list_original=[]
x = []
while x != "stop":
  x = input('Enter a Webkinz Item Name : ')
  if x == "stop":
    break 
  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])

Steps:

  • on the right, click on the text to start typing.
  • enter one item, then hit enter.
  • Type "stop" when you are done.
  • enjoy the sorted script!

To Do

To-do list/unknown categories