What's new
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to My Sharing Site

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  Guest viewing is limited

Download py scanner help

Download py scanner help
M Offline

Michelemann

New member

Member
Oct 21, 2024
7
12
3
Qualiano, Campania,Italy
PicKim Offline

PicKim

Art of Scan 👑⭐⭐

Staff member
Moderator
Trusted Member
Member
Jan 4, 2023
1,692
66,009
113
Italy
@Michelemann

For Android or Windows? you need to specify...The results are usually saved in the "Hits" folder.
You can do this: open the .py file with a text editor such as Notepad, use the Edit--> Find menu and type "Hits" hit enter or "Find next".

By doing so you see all the words in the file containing Hits... you have to search for a string that refers to the path... Example:

Dosyab="/storage/emulated/0/" +panel.replace(":","_").replace('/','') +"NameScript.txt"
DosyaA="/sdcard/hits/" +panel.replace(":","_").replace('/','') +"NameScript.txt
Dosyab="./Hits/2024/"+panel.replace(":","_").replace('/','') +".txt"

In the first case the folder with the results inside is: 0
In the second case the folder with the results inside is: hits
In the third case the folder with the results inside is: 2024

Ciao ;-)
 
M Offline

Michelemann

New member

Member
Oct 21, 2024
7
12
3
Qualiano, Campania,Italy
@Michelemann

For Android or Windows? you need to specify...The results are usually saved in the "Hits" folder.
You can do this: open the .py file with a text editor such as Notepad, use the Edit--> Find menu and type "Hits" hit enter or "Find next".

By doing so you see all the words in the file containing Hits... you have to search for a string that refers to the path... Example:

Dosyab="/storage/emulated/0/" +panel.replace(":","_").replace('/','') +"NameScript.txt"
DosyaA="/sdcard/hits/" +panel.replace(":","_").replace('/','') +"NameScript.txt
Dosyab="./Hits/2024/"+panel.replace(":","_").replace('/','') +".txt"

In the first case the folder with the results inside is: 0
In the second case the folder with the results inside is: hits
In the third case the folder with the results inside is: 2024

Ciao ;-)
this is the string

Dosyab="./Hits/BARCODE/FULL HITS/" +panel.replace(":","_").replace('/','') + "(" + str(time.strftime('%d.%m.%Y'))+")𝐍𝐎𝐍𝐀𝐌𝐄® 𝐓𝐄𝐀𝐌.txt"

DosyaA="./Hits/BARCODE/COMBO HITS/" +panel.replace(":","_").replace('/','') + ","+" 𝐍𝐎𝐍𝐀𝐌𝐄 𝐓𝐄𝐀𝐌®.txt"

Dosyav="./Hits/BARCODE/MINI HITS/" +panel.replace(":","_").replace('/','')+ "("+ str(time.strftime('%d.%m.%Y'))+") 𝐍𝐎𝐍𝐀𝐌𝐄 𝐓𝐄𝐀𝐌®.txt"

Dosyam="./Hits/BARCODE/MACS HITS/" +panel.replace(":","_").replace('/','')+ "("+ str(time.strftime('%d.%m.%Y'))+") 𝐍𝐎𝐍𝐀𝐌𝐄 𝐓𝐄𝐀𝐌®.txt"
say=1
hitsay=0
say=1

how to resolve
Ciao
 
View previous replies…
PicKim Offline

PicKim

Art of Scan 👑⭐⭐

Staff member
Moderator
Trusted Member
Member
Jan 4, 2023
1,692
66,009
113
Italy
this is the string

Dosyab="./Hits/BARCODE/FULL HITS/" +panel.replace(":","_").replace('/','') + "(" + str(time.strftime('%d.%m.%Y'))+")𝐍𝐎𝐍𝐀𝐌𝐄® 𝐓𝐄𝐀𝐌.txt"

DosyaA="./Hits/BARCODE/COMBO HITS/" +panel.replace(":","_").replace('/','') + ","+" 𝐍𝐎𝐍𝐀𝐌𝐄 𝐓𝐄𝐀𝐌®.txt"

Dosyav="./Hits/BARCODE/MINI HITS/" +panel.replace(":","_").replace('/','')+ "("+ str(time.strftime('%d.%m.%Y'))+") 𝐍𝐎𝐍𝐀𝐌𝐄 𝐓𝐄𝐀𝐌®.txt"

Dosyam="./Hits/BARCODE/MACS HITS/" +panel.replace(":","_").replace('/','')+ "("+ str(time.strftime('%d.%m.%Y'))+") 𝐍𝐎𝐍𝐀𝐌𝐄 𝐓𝐄𝐀𝐌®.txt"
say=1
hitsay=0
say=1

how to resolve
Ciao
All you have to do is open them all! Then see where they are saved. :)

In theory looking at the strings if you scan with MAC it should be saved in: MACS HITS.

First of all look if you have the folder... if you have the folder and it doesn't save the hits try to restart your PC.

For example I have this situation with my script...

Dir AGGRESSOR.png


The save folders go outside the Python_Portable directory along with the Combo, Sounds, Proxy folder (if the script has the proxy option)

Best regards
 
M Offline

Michelemann

New member

Member
Oct 21, 2024
7
12
3
Qualiano, Campania,Italy
All you have to do is open them all! Then see where they are saved. :)

In theory looking at the strings if you scan with MAC it should be saved in: MACS HITS.

First of all look if you have the folder... if you have the folder and it doesn't save the hits try to restart your PC.

For example I have this situation with my script...

View attachment 35415

The save folders go outside the Python_Portable directory along with the Combo, Sounds, Proxy folder (if the script has the proxy option)

Best regards
Yes I have all the folders except Backup. In the Hits folder, Barcode and subfolders: FULL HITS, COMBO HITS, MINI HITS and MACS HITS.
No hits found, saved.
Regards
 
PicKim Offline

PicKim

Art of Scan 👑⭐⭐

Staff member
Moderator
Trusted Member
Member
Jan 4, 2023
1,692
66,009
113
Italy
Yes I have all the folders except Backup. In the Hits folder, Barcode and subfolders: FULL HITS, COMBO HITS, MINI HITS and MACS HITS.
No hits found, saved.
Regards
I should see the .py file, if you want contact me privately... not in chat, use "Start conversation"

Regards
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top Posters of the Month

Online statistics

Members online
112
Guests online
532
Total visitors
644
Top