Latest readme creator flies

This commit is contained in:
PySimpleGUI 2020-04-14 07:27:51 -04:00
parent 314d6e42b0
commit e7b5e5b528
8 changed files with 4330 additions and 4761 deletions

9
readme_creator/Makefile Normal file
View file

@ -0,0 +1,9 @@
build:
python3 make_real_readme.py
rm usage.log.txt
build2:
python3 make_real_readme.py
clean:
rm usage.log.txt