Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 852 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 852 Bytes

Uluto

Uluto is an improvement to Luto.

Features

  • 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

Installation

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!

License

MIT (Read LICENSE)