Difference between revisions of "Clipboard Configuration"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) (Created page with " This is a configuration guide to a Python Clipboard Application, the root doucmentation is at: '''Python Smart ClipBoard''' = Overview = [[Category:ClipBo...") |
Russ hensel (talk | contribs) |
||
Line 4: | Line 4: | ||
= Overview = | = Overview = | ||
− | + | This application shares a configuration strategy that I use for my other applications, this is documented in [[Configuration Files For Python]], this document will only cover aspects of the configuration that are unique to the Clipboard application. As usual read the code, parameters.py paying particular attention to the default section which often has the best documentation. | |
− | |||
Revision as of 06:20, 12 March 2020
This is a configuration guide to a Python Clipboard Application, the root doucmentation is at: Python Smart ClipBoard
Overview
This application shares a configuration strategy that I use for my other applications, this is documented in Configuration Files For Python, this document will only cover aspects of the configuration that are unique to the Clipboard application. As usual read the code, parameters.py paying particular attention to the default section which often has the best documentation.