2017-08-04 03:00:19 +00:00
# nicethings
2018-07-30 00:40:08 +00:00
A Python program to be used on shared unix servers to cheer people up (An old project for [tilde.town ](https://tilde.town ))
2018-05-27 22:21:54 +00:00
2018-01-23 06:36:11 +00:00
## Note:
2018-05-27 22:21:54 +00:00
This has been modified to work on [tilde.town ](https://tilde.town ), but you may adjust it accordingly
2017-08-04 03:00:19 +00:00
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.
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`