josharsh / 100LinesOfCode

Let's build something productive in less than 100 Lines of Code.
GNU General Public License v3.0
642 stars 308 forks source link

Use requirements.txt for "Detect and Translate Languages" #380

Open anushibin007 opened 3 months ago

anushibin007 commented 3 months ago

The Detect and Translate Languages project is currently written in such a way where we need to manually install each package required to run the script. If we can instead use a requirements.txt file for the same, we can simplify the package management as well as number of commands executed to run the script.

github-actions[bot] commented 3 months ago

Message that will be displayed on users first issue