Project Source Code

Image Extractor Plus in Python

Submitted by Paulstr40 on
Image Extractor Plus: PDF-to-Image Conversion Tool Image Extractor Plus is a proficient Python program designed to convert multi-page PDF documents, consisting of scanned documents, into individual image files. This application is perfect for users who frequently deal with large volumes of scanned documents and need a quick, organized method for separating and storing each page as a separate image

Student Grade Generator App in VanillaJS with Source Code

Submitted by razormist on
Student Grade Generator App in VanillaJS with Source Code - A web application created purely in JavaScript where you can generate your student's grades. You can automatically calculate your student's grade by providing their grades per subject, which will give you an accurate result. JavaScript Source Code.

Guess the Pokemon Game in VanillaJS with Source Code

Submitted by razormist on
Guess the Pokemon Game in VanillaJS with Source Code - A web game application that uses an API to create this 'Guess the Pokemon' game. The application integrates the API data to fetch the list of Pokemon and displays them as silhouettes that need to be guessed. JavaScript Source Code.

Pong the Ball Game(AI) in VanillaJS with Source Code

Submitted by razormist on
Pong the Ball Game(AI) in VanillaJS with Source Code - A web game application created using Pure JavaScript only, where the objective is to defeat an AI. The game is very simple: you can control the paddle using the mouse coordinates to hit the ball back in the opposite direction. JavaScript Source Code.

Tic Tac Toe Game using Tkinter in Python with Source Code

Submitted by razormist on
Tic Tac Toe Game using Tkinter in Python with Source Code - A classic board-style game coded in Python where two players can compete against each other. The rules are very simple: the first player to align three symbols in any direction (horizontal, vertical, diagonal) will win the game. Python Source Code.

Sticky Note using Drag and Drop in VanillaJS with Source Code

Submitted by razormist on
Sticky Note using Drag and Drop in VanillaJS with Source Code - A note application coded purely in JavaScript where you can list your tasks. The application offers a convenient way to organize your ongoing tasks, making it easy for you to complete them. JavaScript Source Code.

Solitaire Card Game using Tkinter in Python with Source Code

Submitted by razormist on
Solitaire Card Game using Tkinter in Python with Source Code - A Python game application that uses the Tkinter library to replicate the gameplay of the real solitaire card game. The game mechanics are the same as the original, where you need to stack the 4 cards in a specific pattern and order. Python Source Code.