SkillAgentSearch skills...

CreateFilesPython

Много функциональный скрипт по созданию файлов

Install / Use

/learn @Danil148/CreateFilesPython
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CreateFilesPython

-- Русский --

Много функциональное взаимодейсвие с файлов

Чтобы работала шифровка файла нужно утсановить pip install pyAesCrypt

Функции:

CreateFile("Название файла", "Расширение файла", "Текст который будет в файле") - Создаёь файл

ReadFile("Название файла", "Расширение файла", "Тип чтения - 0 - значит выводить без второстипенной информации - 1 - с информацией") - Читает файл

EncryptFile("Название файла", "Расширение файла", "Пароль который будет в шифровке чтобы расшифровать") - Шифрует файл

DecryptFile("Название файла", "Расширение файла", "Пароль на расшифровку файла") - Расшифровка файла

DeleteFile("Название файла", "Расширение файла") - Удаляет файл

InformationFile("Название файла", "Расширение файла") - Выводит всю информацию о файле

CopyFile("Название файла", "Расширение файла", "Новое название файла который будет скопирован") - Копирование файла

-- English --

Multi functional interaction with files

In order for file encryption to work, you need to install pip install pyAesCrypt

Functions:

CreateFile("File name", "File extension", "Text that will be in the file") - Create a file

ReadFile("File name", "File extension", "Read type - 0 - means to output without secondary information - 1 - with information") - Reads the file

EncryptFile ("File name", "File extension", "Password that will be encrypted to decrypt") - Encrypts the file

DecryptFile("File name", "File extension", "File decryption password") - Decrypt the file

DeleteFile("File name", "File Extension") - Deletes the file

Information File("File name", "File Extension") - Displays all information about the file

CopyFile("File name", "File extension", "New name of the file to be copied") - Copying the file

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks0

Languages

Python

Security Score

55/100

Audited on Mar 26, 2023

No findings