Skip to content

This python script will ask you a username and then display the informations about it.

Notifications You must be signed in to change notification settings

natrixdev/tiktok-user-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TikTok user info

This script creates a tkinter window with a header label, input label, input field, "Search user" button, and a function that retrieves and displays user information in a cool format, without using PIL. When the "Search user" button is clicked, the script retrieves the TikTok username entered in the input field, makes a request to the TikTok API to retrieve information about that user, extracts the relevant user information from the response, and displays it in a cool table that includes the user's username, avatar, number of videos, number of followers, number of following, and whether the user is private or verified.

Note: To use the rich library, you'll need to install it first by running `pip install rich.

Preview:

image

About

This python script will ask you a username and then display the informations about it.

Topics

Resources

Stars

Watchers

Forks

Languages