Remove outdated Tools/scripts/ scripts

I’d be surprised if there was much in Tools/scripts worth moving to the stdlib.

+1

After a quick scan through https://github.com/python/cpython/pull/97675, it seems like at least some of these scripts are useful still (whether for getting something specific done or as good example code), even if CPython doesn’t need them. It would be good to preserve them publicly (other than in git history) before removing them from Tools/scripts.

How much work would it be to create a new repo (“old-scripts”?) under Python · GitHub where we would add these scripts? Would there be any downsides?

(If possible, it would be nice if we could preserve git history too. Is that hard to do?)