Giter Club home page Giter Club logo

Comments (5)

manan2501 avatar manan2501 commented on July 21, 2024

Traceback (most recent call last):
File "./QrlJacker.py", line 4, in
from core import Cli,utils,Settings,db
File "/root/Desktop/QRLJacking/QRLJacker/core/Cli.py", line 5, in
from core import utils,db,module,Settings,browser
File "/root/Desktop/QRLJacking/QRLJacker/core/utils.py", line 5, in
from terminaltables import AsciiTable as table
ModuleNotFoundError: No module named 'terminaltables'

from qrljacking.

SymbianSyMoh avatar SymbianSyMoh commented on July 21, 2024

Follow the installation guidelines and use Python3 instead of 2.

from qrljacking.

nlona avatar nlona commented on July 21, 2024

Got same problem
root@kali:~/QRLJacking/QRLJacker# pip install -r requirements.txt DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. Requirement already satisfied: terminaltables>=3.1.0 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 1)) (3.1.0) Requirement already satisfied: selenium>=3.141.0 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 2)) (3.141.0) Requirement already satisfied: Pillow>=5.4.1 in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 3)) (5.4.1) Requirement already satisfied: Jinja2>=2.10 in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 4)) (2.10) Requirement already satisfied: user-agent>=0.1.9 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 5)) (0.1.9) Requirement already satisfied: urllib3 in /usr/lib/python2.7/dist-packages (from selenium>=3.141.0->-r requirements.txt (line 2)) (1.24.1) Requirement already satisfied: six in /usr/lib/python2.7/dist-packages (from user-agent>=0.1.9->-r requirements.txt (line 5)) (1.12.0) root@kali:~/QRLJacking/QRLJacker# python QrlJacker.py Traceback (most recent call last): File "QrlJacker.py", line 4, in <module> from core import Cli,utils,Settings,db File "/root/QRLJacking/QRLJacker/core/Cli.py", line 288 status(f"Starting interaction with ({cmd.i})...") ^ SyntaxError: invalid syntax

from qrljacking.

YoAkky avatar YoAkky commented on July 21, 2024

Traceback (most recent call last):
File "QrlJacker.py", line 4, in
from core import Cli,utils,Settings,db
File "/root/QRLJacking/QRLJacker/core/Cli.py", line 288
status(f"Starting interaction with ({cmd.i})...")
^
SyntaxError: invalid syntax

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

For SyntaxError, see this pinned issue #47

from qrljacking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.