TermuxHackz / X-osint

This is an Open source intelligent framework ie an osint tool which gathers valid information about a phone number, user's email address, perform VIN Osint, and reverse, perform subdomain enumeration, able to find email from a name, and so much more. Best osint tool for Termux and linux
https://termuxhackz.github.io/How-to-get-information-using-Xosint.html
GNU General Public License v3.0
968 stars 97 forks source link

Always dealing with tkinter #60

Open aethereal123 opened 3 hours ago

aethereal123 commented 3 hours ago

Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/xosint", line 33, in import tkinter as tk ModuleNotFoundError: No module named 'tkinter'

Any just one helpful solution of this thing?

TermuxHackz commented 3 hours ago

Traceback (most recent call last):

File "/data/data/com.termux/files/usr/bin/xosint", line 33, in

import tkinter as tk

ModuleNotFoundError: No module named 'tkinter'

Any just one helpful solution of this thing?

Hey there @aethereal123 , create a Python virtual environment and install tkinter, basically install all the Python packages in a Python virtual environment and then start Xosint , everything should work well Visit the README for Xosint on how to create a Python virtual environment

aethereal123 commented 3 hours ago

Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/xosint", line 22, in from PIL import Image ModuleNotFoundError: No module named 'PIL' (venv) ➜ ~ pip install PIL --break-system-packages ERROR: Could not find a version that satisfies the requirement PIL (from versions: none) ERROR: No matching distribution found for PIL

What should i do for PIL? pip doesnt work any solutions?