mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
A Curated list of Awesome Python Scripts that Automate Stuffs.
265d3c9eb7
Python script that takes a file containing flash card questions and answers as an argument and quizzes the user based on the contents of that file until the user quits the program. Questions should be selected randomly (as opposed to going in order through the file), and the user should type in their guess. The script should say whether or not a guess is correct and provide the correct answer if an incorrect answer is given. |
||
---|---|---|
Flash-card-Challenge | ||
Subtitle-downloader | ||
Website-Blocker | ||
README.md |
Awesome Python Scripts 😎
A list of some awesome python scripts that automates some stuffs or makes our work easier.
Contribuition Guidelines :
- Make a Seperate Folder for the Script.
- There shouldn't be any Spaces between the names of the script. (Use underscore or dash Symbol) eg. Script_One
- The Folder Should contain Python Script, its supporting file(If any) and a seperate README File with proper documentation.