Skip to content

peterXGD/ip

 
 

Repository files navigation

Duke update: Venus

"Unlock the potential of chat bots." - by nobody

Venus features

Venus allows you to do so more more, for example,

  • track your event dates
  • track your event time
  • store or load your events easily super easily!

And, it's paid free! Yes, free! ✌️

To start,

  1. You have to download it.
  2. Double click it.
  3. Configure the project to use JDK 11 (not other versions) as explained in here.
    In the same dialog, set the Project language level field to the SDK default option.
  4. Either run it from intellij from ./src/java/Venus/Venus.java or ./gradlew run
  5. Or, alternatively, use the venus.jar file in our newest release!

Remember, run with SDK default and Java 11!

Features:

  • Different class types.
  • Save and load tasks whenever you start the program
  • Add delight to the experience when all tasks are complete 🎉

If you are a java programmer, here is the program main method:

    public static void main(String[] args) {
        Venus venus = new Venus("data" + File.separator + "venus.txt");
        venus.run();
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.1%
  • Shell 1.7%
  • Batchfile 1.2%