Description
Option #2: Career Development Criteria—Self Marketing
GitHub New Project Demonstration
GitHub is a hosting service for projects that use Git. Git is a revision control system tool that manages source code history. You can store project codes in GitHub repositories.
For this week’s assignment, create a python project and upload to the GitHub website (https://github.com/ (Links to an external site.)Links to an external site.). Submit a report in a Word document that includes:
- A description of the project
- A rationale for why you chose to create the project to upload
- An explanation of the output of your project
- A description of how your project can be used by other programmers to solve a business problem
- The benefits and challenges of using GitHub to store projects.

Explanation & Answer

Here is the link to the github repo https://github.com/morgyken/python-repoEverything else is attached. Thank you
Running head: PYTHON PROJECT
1
PYTHON PROJECT
Name
Institution
Python Project
2
Project Description
The program developed to assist in the download of tons of images from YouTube. The
Python application does not consider the copyrighted materials instead of download all images from
Google. The software allows its users to search and index images thus allowing the users to use the
images. The software does not allow the creation of images but rather just indexing of images. The
original creators of the images own rights to the images. The program executes through a command
line interface and uses a command line interface. It uses the phrase /keyword search engine to list
over 100 images matching the keyword. The only other dependency required is chromedriver and
selenium. The program is compatible with both Python 2.x and 3.x with the latest run made on
python 3.x. The program woul...
