Land Projects Micro

home

|

coding

|

news team

|

about







coding projects

In 2024, I decided to learn some of the Python coding language. Within that time, I've made 3 projects.

  1. Word Finder

  2. PyMadLib

  3. DeWixer

word finder

A magnifying glass with 'Word Finder' inside.

Word Finder was my first ever Python project. It can find a word in any text document and can define words via Google. This, being my first project, isn't the greatest.

pymadlib

'pyMadLib' written with a messy, thick font.

PyMadLib was an interpretation of the MadLib games. The user can create their own with ease.

dewixer

Text that says 'DeWixer' on it with a red cross on the Wix logo.

DeWixer is a program that "dewixes" any website made using Wix. It removes the ad banner, fixes any iframes, and allows for custom elements. It's main purpose is to convert Wix links to Neocities ones for the use of alternative hosting. This is by far my most advanced project, especially with it's use with cURL and the Neocities API.