A simple python app based on the 20 Hour Rule
Before seeing about this app, let us understand something about the 20 HOUR RULE
This app let you to manage the learning task for 20 Hours
- python2
- termcolor
sudo python setup.py install
[Make sure you are using python2]
20H -d
20H -n new_task_name
20H -l old_task_name
20H -n learn_angular_js
20H -l learn_node_js
If the task name has more than one word, you can separate them by '_' (underscore)
To uninstall 20H, execute the following line in your terminal
sudo rm -rf /usr/local/bin/20H
NOTE: Works on Linux and Windows (termcolor doesn't work in Windows).