Closed Kev2FreshYo closed 2 years ago
This script has no Linux support so you will have to comment those lines out
ctypes.windll
is specifically only for Windows and you're using it on a non-Windows environment. Alternatively, you can remove any lines using ctypes
as it is not needed for this script to function.
entire error: sh: 1: cls: not found Traceback (most recent call last): File "/home/kev/Proxyless-TikTok-Username-Checker/main.py", line 94, in
obj.main()
File "/home/kev/Proxyless-TikTok-Username-Checker/main.py", line 73, in main
ctypes.windll.kernel32.SetConsoleTitleW("TikTok Username Checker | Developed by @useragents on Github")
AttributeError: module 'ctypes' has no attribute 'windll'