03 January, 2023 - 06:16 AM
(16 December, 2022 - 05:12 AM)Markoo Wrote: Show MoreLEAVE A LIKE SO I CAN SHARE MORE UHQ TOOL FOR COMBO ETC..
SUPPORT ME BY GIVING REP
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