python-mini-projects icon indicating copy to clipboard operation
python-mini-projects copied to clipboard

A collection of simple python mini projects to enhance your python skills

Results 75 python-mini-projects issues
Sort by recently updated
recently updated
newest added

# Description ## Type of issue - [x] Feature (New Script) - [x] Bug - [ ] Documentation ## Checklist: - [x] I have read the project guidelines. - [x]...

# Description A short summary of what is included in your Pull Request. Fixes #(issue_no) Replace `issue_no` in the above line, with the issue related to this PR. ## Type...

# Description A short summary of what is included in your Pull Request. Fixes #(issue_no) Replace `issue_no` in the above line, with the issue related to this PR. ## Type...

# Description I want to add a small program that removes repeated words from wordlist and create a new file(can also be overridden) with non-repeated words. ## Type of issue...

# Description I am trying to run Captcha_Genrator.py (on a fedora 35 box with latest version of Python 3) but it is failing on the line 19- data = image.generate(random)...

When player vs computer and player wins, it was printing the wrong message (said computer won); fixed. And fixed typo. And printed which player won in the computer vs computer...

https://github.com/Python-World/python-mini-projects/blob/79294db294dd495f3ceb55f4b6719bd980be476c/projects/Tic_tac_toe/tic_tac_toe.py#L20

After alarm reaches alarm time it plays and continue looping. after alarm sound, clock has to stop use of while loop. # Description A short summary of what is included...