Uluto is an improvement to Luto.
- Support SQLite database: Load and save database easily
- Support 'random' color
- Support more color
- Support '?' when ask for color
- Support colored tags
- Add custom tags
- Change color of a tag
- 'clearscr': Clear the screen
- 'clear': Clear finished todos ('clear done') or all todos ('clear all')
- Argument check for commands
This requires you to have Python 3.8 or newer.
First, clone this repository:
git clone https://github.com/HoangTuan110/uluto
Second, install rich
:
pip3 install rich
Finally, go to the 'uluto' directory, and run the command:
python3 main.py
The program should run and show you a greeting and the prompt, if so, congratultions! You have finished installing Uluto!
MIT (Read LICENSE
)