Dennis Musembi Mwendwa
Dennis Musembi Mwendwa
A Python utility that allows users to merge multiple PDF files into one or split a single PDF into individual pages. Features - Merge multiple PDF files into a single...
Create an interactive visualizer that demonstrates how pathfinding algorithms (like BFS, DFS, or A* ) explore and find the shortest path through a maze. The maze can be randomly generated...
A simple Python tool that checks how secure a user’s password is by: 1. Evaluating its strength locally (length, use of symbols, uppercase/lowercase mix, etc.). 2. Using the HaveIBeenPwned API...