Skip to content

This program will randomly choose a programming language out of a list of languages. Basically it just picks a random line out of a text file.

License

Notifications You must be signed in to change notification settings

Matt-London/Random-Language-Picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

random-language-picker

This program will randomly choose a programming language out of a list of languages. Basically it just picks a random line out of a text file.

To use it fill the text file with languages you know and languages you want to learn. Then when you have an idea of what to build, just run the program and it will return one of the languages. This is important because it allows you to maintain your skills in each programming language by practicing with practical applications.

To run the program, just type:

./pickLang.py

or

python3 pickLang.py

By appending "add" after the file name and then giving the language to add, it will automatically write the language into the file.

Enjoy!

About

This program will randomly choose a programming language out of a list of languages. Basically it just picks a random line out of a text file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages