Simple script for checking the availability of tiktok usernames and generating usernames, made in Python 3.12
This script can be useful if you want to obtain a username with as few characters in it as possible.
You can skip step 1 & 2 by typing the command git clone https://github.com/mdevio/tiktok-username-checker.git
into your command prompt (in the directory where you want it installed). Note: You need git installed for this.
-
Install the latest version as a zip-archive with all the files here: Tiktok Username Checker
-
Extract the zip-file and store the contents somewhere on your drive. To do this I would recommend using either 7-zip or WinRAR.
-
Open up the command prompt on your windows machine and copy the path to the installation. (Hold down shift & right click on the folder, then press "Copy as path".)
-
Run the following command:
cd PATH_YOU_COPIED
into the command prompt. -
Run the following command:
pip install -r requirements.txt
. This command will install the necessary packages which are needed for the program to run without issues. -
Start the program by writing
python main.py
or by simply double clicking the python file.
- Proxy support
If you want to report any bugs, need any help or want to contribute with ideas on how to improve the project, please press here.
I am not liable for any actions taken using this script. It is intended solely for educational purposes.