Bar now uses RGB

This commit is contained in:
ofilter
2022-03-10 06:36:52 +01:00
parent f04040c1f6
commit e8f1b35b1d
3 changed files with 90 additions and 12 deletions

8
test_barr.py Normal file
View File

@@ -0,0 +1,8 @@
from main import sending_file_progress
from time import sleep
for x in range(1,100):
sending_file_progress(filename=b"file", size=100, sent=x)
sleep(0.05)