2021/8/31
Today, I uploaded colorconsole99 on GitHub for the first time, version 1.0.0 .
This is my first self-made library, but it is not ready to be released on pypi :)
You can copy the master file directly to the python Library Directory.
2021/9/1
Today, I canceled the complex colors class, which can be called directly without executing "colorconsole99. Colors. [XXX]"
This is only a beta version
2021/9/5
Today, I released the colorconsole99 Python library to pypi. You can directly pip install colorconsole99, which is very simple!
2021/9/10
Today,update README.md
2021/9/12
Today is an exciting day. Just yesterday, I used my own library, but I found that I couldn't install it because there was a major bug in my program.
Today, I fixed it and everything was normal! You can use pip to install. It also has a new version number: 1.0.1.1
2024/12/15
Today, I have made up my mind to refactor colorconsole99. I have changed the name of this library to clc99, which is more convenient. I have also removed unnecessary libraries and simplified the program structure. I will also upload it again, not only on GitHub, but clc99 will also work on Pypi!
2024/12/19
Today, I added the 'end' parameter to clc99 and also refactored the code structure of the library
2025/3/8
Today, I fixed some bugs, and remake a few of functions, add the tips of add functions.
Fixed the bug of `full`
2025/3/9
Today, I changed the color of the `print_good` function.