Startup Idea: Automated Module Installer for Python and Other Languages
I do computer programming. Something that is a huge pain is dealing with the issue of missing modules when I must use someone else's Python program. If you've programmed in Python, you've maybe experienced this yourself. People very frequently use additional modules that are not included with the standard Python installation, and when a new user wants to execute the program, it is often his/her responsibility to download and install (using tools such as 'pip') all the missing dependencies. This can be surprisingly difficult and time-consuming, at times. It would be great if there existed a tool that made this process occur much more quickly and automatically. Additionally, I'm sure there are many other languages that might benefit from such software, so long as it's often supplemented by many outside packages.