nicethings/README.md

12 lines
469 B
Markdown
Raw Normal View History

# nicethings
2018-08-07 14:21:41 +00:00
A Python program to be used on shared unix servers to cheer people up (A little program for [tilde.town](https://tilde.town))
2018-01-23 06:36:11 +00:00
## How it works
2018-03-13 14:45:10 +00:00
Stores the user's input into a generated `list.txt` file if an argument is given in quotes. If no arguments are given, a random line from the `list.txt` file will be displayed.
2018-01-23 06:36:11 +00:00
## Usage
### Adding a message to the file:
2017-10-02 16:51:40 +00:00
`$ nicethings "insert your message here"`
2018-08-07 14:21:41 +00:00
### Randomly generating a message:
2017-10-02 16:51:40 +00:00
`$ nicethings`