Ha3MrX / Gemail-Hack

python script for Hack gmail account brute force
983 stars 376 forks source link

python gemailhack.py not working #44

Open godsworkers opened 2 years ago

godsworkers commented 2 years ago

  Gemail-Hack  git:(master) ✗ python gemailhack.py File "/data/data/com.termux/files/home/Gemail-Hack/gemailhack.py", line 8 print '=================================================' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Siegfried-Gottlich-Wotansson commented 1 year ago

I find myself in the same situation.

CamoCatX commented 1 year ago

I do as well.

TyphoonPro commented 1 year ago

when we print anything, we write print("...") please notice, in the file - most of the commands have been written as print '...' so you're gonna have to correct each and every print command in the file, the error wont show after that... i.e. print ('...') and not '...' hope this helps...

CamoCatX commented 1 year ago

@TyphoonPro I do not know where you received that information, but know that single and double quotes are both used in python. If you do not believe me, then all you have to do it check out the official documentation, right on their official website: https://docs.python.org/3/tutorial/introduction.html#strings

CamoCatX commented 1 year ago

As a security researcher, I consider it best practice to use double quotes because it grants some, (but not all immunity) to SQL injections.

johnrude194 commented 1 year ago

instead of python only try python2 thank me later

mrtyne commented 1 year ago

@TyphoonPro I do not know where you received that information, but know that single and double quotes are both used in python. If you do not believe me, then all you have to do it check out the official documentation, right on their official website: https://docs.python.org/3/tutorial/introduction.html#strings

Please can you put me through in programming am new