#25
(16 December, 2022 - 05:12 AM)Markoo Wrote: Show More
LEAVE A LIKE SO I CAN SHARE MORE UHQ TOOL FOR COMBO ETC.. Pepe chair 
SUPPORT ME BY GIVING REP 
sheepe

Create An File Cumbo.txt , Paste Your Lines Need To Swap And Open Exe
Code:
 
for i in open('cumbo.txt','r',encoding='utf8'):
try:
seq = i.strip().split(':')
open('swapped.txt','a').write(seq[1]+':'+seq[0] + '\n')
except Exception:
pass

thxxxx