Skip to content

Simple C# Console app to randomly select an item from a list of comma-separated items.

Notifications You must be signed in to change notification settings

grantavery/RandomTextPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomTextPicker

Simple C# console app to randomly select an item from a list of items

I mostly made this to compete with a couple coworkers who had made their own randomizers for picking which restaurant to eat out at on a given day. Each had used a different language, so I made mine in C#.

You'll want to put your own items in the input.txt file, or remove the file and manually input them via console each time.

Build:

Navigate to {baseRepo}/RandomTextPicker in the console app of your choice

$ csc Program.cs

Run:

On PC

$ Program

On Mac

You'll need mono installed but otherwise it isn't much more complicated.

$ mono Program.exe

About

Simple C# Console app to randomly select an item from a list of comma-separated items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages