[+] Readme

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-04-14 20:45:56 -04:00
parent 20943b54fb
commit 2cc78c1af9
2 changed files with 28 additions and 47 deletions
+10
View File
@@ -0,0 +1,10 @@
from hypy_utils import Timer
import pysenti
if __name__ == '__main__':
timer = Timer()
timer.log(pysenti.get_senti('I love you'))
timer.log(pysenti.get_senti('I hate you'))
timer.log(len(pysenti.get_senti_list(['I love cats'] * 10000)))