Skip to content
 
 

Repository files navigation

ChatterBot

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!

ChatterBot can:

  • 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

Here are the steps to using it:

  1. Download ChatterBot here
  2. Double-click it
  3. Add your tasks
  4. Watch as task-managing becomes easier so 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!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages