"Coding is a mental construct, just think more computing thoughts" - Me
PHI frees your mind of having to remember things you need to do. It's
- text-based
- easy to figure out
- encapsulates the very human touch of having somebody exasperated with your improper user inputs.
All you need to do is:
- Download the latest release from here
- Run the .jar file
- Do your stuff and watch it manage your tasks for you
Best part of all, it is completely FREE (unlike its creator's schedule)!
Look at all the things it can do:
- Managing to-do items
- Managing tasks with deadlines
- Managing events
- Search feature for keywords
- Mock you if you fail to give proper inputs
- Reminders (that's a lie, I'm not doing that)
Since you're still here, here's a chunk of code for you to test out your coding abilities:
/*
Welcome to
___ _ _ ___
| _ \ || |_ _|
| _/ __ || |
|_| |_||_|___|
PHI (Programmable Human Interface)
*/
public class Main {
public static void main(String[] args) {
System.out.println("You are a nerd");
}
}