slightlynybbled / tk_tools

Python tkinter tools, Python3.7+
MIT License
101 stars 25 forks source link

Add dependencies to readme and requirements #32

Closed AokiAhishatsu closed 6 years ago

AokiAhishatsu commented 6 years ago

Since ef464f11b588a083139a6f3381dc16c78834fd24 there is engineering-notation Are there any more?

slightlynybbled commented 6 years ago

I have a new feature on the horizon to read/write an excel sheet into/out of an entry which will require xlrd and xlwt, but I haven't fully implemented them yet. Much of the code is present, but I haven't had the time to work on it.

AokiAhishatsu commented 6 years ago

Ok, looking forward to it.

A new PyPI would also be great, (no hurry if you got no time atm)

slightlynybbled commented 6 years ago

Agreed. Just uploaded current code base to pypi.

slightlynybbled commented 6 years ago

Removed spreadsheet reader. It is a bit of an overreach for a GUI package. May implement at some future date as a separate module. See 74ade6b

slightlynybbled commented 6 years ago

Added dependencies to readme, see 7c1792c