Sniper icon indicating copy to clipboard operation
Sniper copied to clipboard

Python 2.7.x compatibility?

Open evandrix opened this issue 7 years ago • 1 comments

any plans to port this to be Python2 compatible?

evandrix avatar Jan 09 '18 17:01 evandrix

Yeah, definitely. But eventually, I'd want Sniper to be a standalone application without any dependency. Probably packaging it using py2app/py2exe or something.

Currently, the project is structured as a pip package and I think py2app/py2exe doesn't expect this kind of structure. Although, making it Python 2.x compatible for now won't be a tough task to do.

My priority right now is to implement the features listed in TODO and make the tool more appealing and convenient to use.

HashCode55 avatar Jan 09 '18 18:01 HashCode55