1

I would like to contribute to the tkinter docs. I was wondering where the official repository is for it? These are the docs: https://docs.python.org/3/library/tkinter.html but I am not sure where the source code is.

3
  • see tkinter GitHub repository for the source code, you can also contribute there, not so sure about making amendments to the official docs (there also really aren't any official docs) Commented Dec 27, 2021 at 14:20
  • 1
    docs.python.org/3/library/tkinter.html : is this not the official doc? Commented Dec 27, 2021 at 14:31
  • hard to tell, the closet to official, I would say, is to use help(tkinter) in code (after import tkinter), but if you want to contribute there [docs.python.org], you have to ask them, not here Commented Dec 27, 2021 at 14:35

1 Answer 1

2

There is an ongoing effort and discussion on the python bug tracker regarding updating the tkinter documentation.

You can register to join the discussion, and the effort here: Improve Tkinter Documentation

Your help is needed and will be appreciated.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.