Author

Topic: ANY ALTERNATIVES FOR THIS TOOL OR ANY OTHER (Read 109 times)

newbie
Activity: 24
Merit: 0
September 11, 2021, 09:49:19 AM
#6
All other tools that I use requires python 3.

You can have both Python 2 and 3 on your system at the same time.
Depending on if you are running Windows or linux the method is a bit different, but both are easy to do.
If you want it in it's own bubble, just spin up a VM and put the other version there.

This is programming 101. All of our programmers have to setup their PCs with PHP versions 7.3.x, 7.4.x and 8.0.x so they can bounce code off of any of them.
If you can't figure out how to do it, you probably should not be working with code.

-Dave
OKAY LET ME TRY
legendary
Activity: 3500
Merit: 6320
Crypto Swap Exchange
September 11, 2021, 09:25:44 AM
#5
All other tools that I use requires python 3.

You can have both Python 2 and 3 on your system at the same time.
Depending on if you are running Windows or linux the method is a bit different, but both are easy to do.
If you want it in it's own bubble, just spin up a VM and put the other version there.

This is programming 101. All of our programmers have to setup their PCs with PHP versions 7.3.x, 7.4.x and 8.0.x so they can bounce code off of any of them.
If you can't figure out how to do it, you probably should not be working with code.

-Dave
newbie
Activity: 24
Merit: 0
September 11, 2021, 09:02:32 AM
#4
Have you thought about giving a Python 2 to Python 3 converter a try? Since it's just a handful of files it could actually work pretty well:
https://dev.to/rohitnishad613/convert-python-2-to-python-3-in-1-single-click-2a8p

Here's the docs on the 2to3 library:
https://docs.python.org/3/library/2to3.html
I tried before to convert 2-3 it showed some errors.

Why don't you just install Python 2?
All other tools that I use requires python 3.
newbie
Activity: 24
Merit: 0
September 11, 2021, 06:18:49 AM
#3
Have you thought about giving a Python 2 to Python 3 converter a try? Since it's just a handful of files it could actually work pretty well:
https://dev.to/rohitnishad613/convert-python-2-to-python-3-in-1-single-click-2a8p

Here's the docs on the 2to3 library:
https://docs.python.org/3/library/2to3.html


Also of course there's the tool that the Python source is based on:
https://iancoleman.io/bitcoin-key-compression/

Use the above for testing only, for everything else fetch the source here:
https://github.com/iancoleman/keycompression
I tried before to convert 2-3 it showed some errors.
legendary
Activity: 2912
Merit: 2066
September 11, 2021, 06:10:26 AM
#2
Have you thought about giving a Python 2 to Python 3 converter a try? Since it's just a handful of files it could actually work pretty well:
https://dev.to/rohitnishad613/convert-python-2-to-python-3-in-1-single-click-2a8p

Here's the docs on the 2to3 library:
https://docs.python.org/3/library/2to3.html


Also of course there's the tool that the Python source is based on:
https://iancoleman.io/bitcoin-key-compression/

Use the above for testing only, for everything else fetch the source here:
https://github.com/iancoleman/keycompression
newbie
Activity: 24
Merit: 0
September 11, 2021, 05:47:56 AM
#1
https://github.com/stateactor/Bitcoin-Key-Compression-Tool
As it runs only in python 2 ,I need it running in python 3 or any other. Can anyone help please.
Jump to: