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

As no one was assigned for this issue, I have created the "README" file for the Hangman Game

Sales prediction in Python using ARIMA (AutoRegressive Integrated Moving Average) involves time series analysis to forecast future sales based on historical data. By fitting an ARIMA model, you can capture...

A comprehensive guide for the Number Guessing Game

Made a Tkinter GUI for the Dictionary-App.

Added a custom tkinter project - gui calendar

+ fixed a bug for wrong input when selecting a Pokemon's move + added a `pokemon_fight` function in global scope + added a Trainer class + added a `trainer_battle` function...

I made several changes and improvements to the code: 1. Error Handling: I added try-except blocks to handle potential errors when looking up word meanings, antonyms, synonyms, or translating. This...

This PR provides readme file for game rock paper scissors Fixes #112 - This change requires document change -