python-mini-projects
python-mini-projects copied to clipboard
A collection of simple python mini projects to enhance your python skills
Update capture_screenshot file for s frequency. If type == 's', set frequency to sec, orelse will capture screen per second. # Description A short summary of what is included in...
# Description A python script to search a specific topic's summary ## Type of change Choosing one or more options from the following as per the nature of your Pull...
# Description The original file was not writing the data to output.csv. Fixes #() ## Type of change Choosing one or more options from the following as per the nature...
# 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 In Captcha_Genrator.py , there is Function UpdateLabel() in refresh method . when i uncomment that line I did not got new captcha image while refresh btn is clicked...
# Description Adding break in alarm function to stop the threading with infinity loop Fixes #(issue_no) Replace `issue_no` in the above line, with the issue related to this PR. ##...
# Description Fix "XML to JSON file Convertor" project broken links in README.md Fixes #(issue_no) Replace `issue_no` in the above line, with the issue related to this PR. ## Type...
# Description a 2 player chess game terminal base the input will be like : q43 (q -> queen _ 4 -> row _ 3 column) - first name of...