├── Gmail creator └── source │ ├── gmail_generator.py │ └── images │ ├── gmail_form.png │ ├── gmail_form2.png │ └── start_button.png ├── LICENSE └── README.md /Gmail creator/source/gmail_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ipetar69/Gmail-creator/HEAD/Gmail creator/source/gmail_generator.py -------------------------------------------------------------------------------- /Gmail creator/source/images/gmail_form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ipetar69/Gmail-creator/HEAD/Gmail creator/source/images/gmail_form.png -------------------------------------------------------------------------------- /Gmail creator/source/images/gmail_form2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ipetar69/Gmail-creator/HEAD/Gmail creator/source/images/gmail_form2.png -------------------------------------------------------------------------------- /Gmail creator/source/images/start_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ipetar69/Gmail-creator/HEAD/Gmail creator/source/images/start_button.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ipetar69/Gmail-creator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ipetar69/Gmail-creator/HEAD/README.md --------------------------------------------------------------------------------