Difference between revisions of "Clipboard Configuration"

From OpenCircuits
Jump to navigation Jump to search
(Created page with " This is a configuration guide to a Python Clipboard Application, the root doucmentation is at: '''Python Smart ClipBoard''' = Overview = [[Category:ClipBo...")
 
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 07: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.