Python-Projects icon indicating copy to clipboard operation
Python-Projects copied to clipboard

Basic Python projects, good first issue

Results 159 Python-Projects issues
Sort by recently updated
recently updated
newest added

I added 1 more riddle. I added a few more comments, to code, so just reading the comments you'll be able to understand what each block of code is doing,...

Refactor banking script using design patterns and add unit tests This PR refactors the banking script to follow several design patterns, improving its maintainability, testability, and extensibility. The following changes...

Python simple program for calculating the volume of 3D objects.

### Add my project 'Bank Interest Calculator' as a contribution _New files_ -> **interest_calculator.py, README.md** _README features_ -> a description of what the program is & how the program works,...

## Maze solver **Introduction** This project provides a simple and clear implementation of BFS and DFS algorithms to solve mazes. It is designed for educational purposes, demonstrating how these algorithms...

Added discord bot with ability to add be to any server, and it has semi-auto moderation and ban, unban, mute commands and more

The current implementation of the Text-to-Speech (TTS) functionality in the pyttsx3 library includes an unnecessary call to engine.stop() immediately after engine.runAndWait(). Problem: After the text is spoken using engine.runAndWait(), the...

Made the game a bit more structured and created a AI you can play against