2017-08-04 03:00:19 +00:00
# nicethings
2018-01-23 06:36:11 +00:00
A Python program to be used on shared unix servers to cheer people up
2017-08-04 03:00:19 +00:00
2018-01-23 06:36:11 +00:00
## Note:
2017-09-08 05:10:36 +00:00
I've modified the file paths in this script so it will work on [tilde.town ](https://tilde.town ). You can adjust it accordingly
2017-08-04 03:00:19 +00:00
2018-01-23 06:36:11 +00:00
## How it works
It stores the user's input into a text file if an argument is given in quotes. If no arguments are given, a random nice message from the text file will be displayed.
2017-08-04 03:00:19 +00:00
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-01-23 06:36:11 +00:00
### Randomly generate a message:
2017-10-02 16:51:40 +00:00
`$ nicethings`