CopyLogger
index
copylogger.py

This package implement a SpyWare to capture the clipboard.

 
Modules
       
ntpath

 
Classes
       
builtins.object
Daemon

 
class Daemon(builtins.object)
    This class implement a loop to get clipboard for ever.
 
  Methods defined here:
__init__(self)
Initialize self.  See help(type(self)) for accurate signature.
run_for_ever(self) -> None
This function get clipboard and sleep for ever.
save(self) -> None
This function save clipboard if isn't save before.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
config_load(filename: str = None) -> None
This function load the config file.
main() -> None

 
Data
        __all__ = ['Daemon', 'main', 'config_load']