The program is a solution to the task from the third laboratory on the subject "Network Information Technologies".
This program is a keylogger. Its main functionality:
The full text of the license can be found at the following link.
Copyright © 2022 Kalynovsky Valentin. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
To start the program, just run main.pyw.
But it is also possible to run the program through the console:
python main.pywIf the program gives a missing modules' error at startup, install Qt:
pip install PyQt6
# or
pip install pyqt6There is a compiled version of the program. To use it, simply download the archive in the binaries' section under the latest version release. Unzip the archive and then use it as a regular program.
|
Kalynovsky Valentin "Ideological inspirer and Author" |