This is a project to work with files
Project description
===|simplified file management|===
=English:
Program simplified file management can make it easier for you to work with files.
info: print(sifima.name); print(sifima.version); print(sifima.author); print(sifima.info).
sifima.create([name_file]) - creates an empty file
sifima.write([name_file], [text]) - writes a specific text to a file or creates a file with a specific text.
sifima.remove([name_file]) - deletes the file
sifima.read([name_file]) - reads the file.
that would output the file, it is necessary to make sifima.read into a variable
text = sifima.read([name_file])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size sifima-0.26-py3-none-any.whl (2.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size sifima-0.26.tar.gz (1.7 kB) | File type Source | Python version None | Upload date | Hashes View |