python-mini-project
                                
                                 python-mini-project copied to clipboard
                                
                                    python-mini-project copied to clipboard
                            
                            
                            
                        🙌 Welcome open-source Python mini-project contributions!
# Description The following pull request improves the existing email address validator script logic. The logic changes to the script consist of now checking for only one '@' symbol, and...
# Description Runnin main.py file will raise `ModuleNotFoundError: No module named 'password_generator'` This is because password_generator is not a python file (doesn't end wit '.py') so Python doesn't recognize it....
# Description The Color Game raises `_tkinter.TclError: bitmap "color_game_icon.ico" not defined` The error is at line 77: `window.iconbitmap("color_game_icon.ico")` The error should be removed or add an actual icon in the...
# Description This PR renames a file in order to be recognized by Python interpreter. Fixes #325 - [x] Issue_no: ```#325``` - [ ] Not applicable ## Type of change...
# Description Download Audio Project raises urllib.error.HTTPError: HTTP Error 403: Forbidden along with other errors after running `audio_stream = yt.streams.filter(only_audio=True).first()` ## Type of issue - [ ] Feature (New Script)...
# Description This PR updates the import statement according to the moviepy documentation, since [moviepy.editor doesnt exists anymore](https://zulko.github.io/moviepy/getting_started/updating_to_v2.html) - [ ] Issue_no: `````` - [x] Not applicable ## Type of...
# Description This Pull Request removes unnecesary looking operations in the EmailSlicer using Python unpacking feature and split() function The Email Slicer uses index() twice which looks in the string...
# Description This fixes the address validator issue, using Python Regular Expressions Fixes #318 If not, tick in the not applicable box and move on--> - [x] Issue_no: ```318``` -...
# Description ## Type of issue - [ ] Feature (New Script) - [x] Bug - [ ] Documentation ## Checklist: - [x] I have read the project guidelines. -...
# Description A short summary of what is included in your Pull Request. Fixes #(issue_no) - [ ] Issue_no: `````` - [ ] Not applicable ## Type of change Choosing...