savesyndrom


Install
pip install savesyndrom==0.1.2

Documentation

savesyndrom

A GUI application that counts how many times you save your files with ctrl+s.

Install and use

  • First option

You can install this package, using

pip install savesyndrom

and run by

python -m savesyndrom

If you use Linux, please, run this application with root rights. Example:

sudp python3 -m savesyndrom

Build

If you copy this repo on your computer, you can build it to executable file.

For build you should install pyinstaller by command

pip install pyinstaller

After that type this command for build executable file

pyinstaller --onefile --noconsole --name savesyndrom main.py

In dist directory you can find executable file savesyndrom or savesyndrom.exe