Skip to content

Python script for generating customized text from templates

Notifications You must be signed in to change notification settings

mattbahr/autodraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

I wrote this command line tool to save time sending booking inquiries for my band. This has been tested with Python 3.6. The program uses template files to generate text customized with user input. It then copies the text to the clipboard so that it can be pasted into a text editor. An example template has been provided. When creating your own templates, they should be .txt files with any customizable fields placed inside double-brackets ex. {{}}.

You will need to install pyperclip. For instructions go to https://github.com/asweigart/pyperclip.

About

Python script for generating customized text from templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages