Difference between revisions of "Clipboard Configuration"

From OpenCircuits
Jump to navigation Jump to search
 
Line 21: Line 21:
  
 
   
 
   
 
+
= Links =
 
+
'''[[Configuration Files For Python]]''' General configuration information for the techniques I use in configuring python desktop applications.
 +
'''[[Python Desk Top Applications]]''' General design I use in python desktop applications.
  
 
[[Category:ClipBoard]]  [[category:Python]]  [[category:Python Projects]]
 
[[Category:ClipBoard]]  [[category:Python]]  [[category:Python Projects]]

Latest revision as of 07:30, 31 March 2021

This is a configuration guide to a Python Clipboard Application, the root documentation is at: 'Python Smart ClipBoard'

Overview[edit]

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.


Settings Unique to Clipboard[edit]

In each of the sections:

There are some elements that refer to configuration around those topics.

For other settings unique to the clipboard app I suggest you study the code in parameters.py. I will add more here if it seems worth the effort. Have a question? Contact Me.


Links[edit]

Configuration Files For Python General configuration information for the techniques I use in configuring python desktop applications. Python Desk Top Applications General design I use in python desktop applications.