Clipboard Configuration

From OpenCircuits
Revision as of 07:30, 31 March 2021 by Russ hensel (talk | contribs) (→‎Settings Unique to Clipboard)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a configuration guide to a Python Clipboard Application, the root documentation 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.


Settings Unique to Clipboard

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

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.