i'm sorry i'm not a programmer

, any open source tool available to do that?
Do you have bitcoind running on a linux server?
In that case, something like this might work:
for i in `perl -e '$,=" ";print +(A..Z),(a..z),(0..9)'` ; do bitcoin-cli importprivkey "yourkey"$i ; done