Python-Projects
Python-Projects copied to clipboard
Basic Python projects, good first issue
added an if statement to break out of while loop if board was full before doing insertLetter(O, move) when move is None due to the board being full, which would...
I've customized the GitHub Actions workflow to execute Pylint on my Python code whenever I push changes to the "main" branch. I've set up a matrix strategy, ensuring compatibility across...
This PR updates the README to improve the clarity of the installation and running steps for projects utilizing tkinter. Specifically, it adds the command sudo apt-get install python3-tk to install...
deleted the venv from project, as it is local files, and are useless in git, added configuration files, added MVC, added gui,
In Pokemon_battle/main.py at line128, I added a newline character '\n' before '{self.name}~~' to enhance readability for players.
Pimped up dice.py by: - adding an option to roll multiple dice at once - roll with multiple dice is displayed in one line - re-roll with the same number...
Hello, I was wondering what the license of this repository is, as there doesn't seem to be a LICENSE file? Adding one would make the rules regarding how things can...
Changed the readme file in Conway's Game of Life.