This is a Chatterbot to help you manage your tasks. Given below are instructions on how to use it.
Why couldn't the computer take its hat off? Its caps lock was on!
- add your tasks to a list
- display the task list when requested
- delete tasks from the task list
- mark tasks as done or undone
- search for task(s) based on a specific keyword
- Download ChatterBot here
- Double-click it
- Add your tasks
- Watch as task-managing becomes
easierso much easier!!! 😉
You can use it for:
- Schoolwork
- Chores
- anything, really
If you are a Java programmer, you can use it to practice Java too. Here's the main method:
public class Main {
public static void main(String[] args) {
Application.launch(MainApp.class, args);
}
}Here's what you'll be greeted by upon starting up ChatterBot:
System.out.println("Hello! I'm " + logo + "\nWhat can I do for you?");
What are you waiting for? Use it now!