12 lines
469 B
Markdown
12 lines
469 B
Markdown
# nicethings
|
|
A Python program to be used on shared unix servers to cheer people up (A little program for [tilde.town](https://tilde.town))
|
|
|
|
## How it works
|
|
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.
|
|
|
|
## Usage
|
|
### Adding a message to the file:
|
|
`$ nicethings "insert your message here"`
|
|
### Randomly generating a message:
|
|
`$ nicethings`
|