File Essentials is a package that contains all of the necessary functions for using files
Project description
File Essentials
File Essentials is a package that contains all of the necessary functions to create, delete, write to, append to, read from, and so on, from files
Getting Started
Add the following to your python file
import FileEssentials
Creating a file
Just use the CreateFile(name) function.
Creating a file If It Does Not Exist
Just use the CreateFile(name, True) function.
Deleting a File
Just use the DeleteFile(name) function.
Deleting a Directory
Just use the DeleteDirectory(name) function.
Reading From a file
Just use the ReadFile(name) function.
Reading Lines From a file
Just use the ReadFileLines(name) function.
Reading Specific Line From a file
Just use the ReadFileLine(name, line) function.
Writing To a file
Just use the WriteFile(name, text) function.
Appending To a file
Just use the AppendFile(name, text) function.
Checking If a file Exists
Just use the CheckFileExists(name) function.
You can also run the same functions, except without the word File, and for DeleteDirectory, the shortened version is DeleteDir
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file FileEssentials-1.1.3.tar.gz.
File metadata
- Download URL: FileEssentials-1.1.3.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7351555e2b32afdf7d65e4e8808751ed27dae376a05b97d307877fd63583b89f
|
|
| MD5 |
453a7fac560318e6a85a6d48a4a38101
|
|
| BLAKE2b-256 |
7faceeb15ad3e0339254595af359ed962792818a7847094bba30b79df1f71578
|
File details
Details for the file FileEssentials-1.1.3-py3-none-any.whl.
File metadata
- Download URL: FileEssentials-1.1.3-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f2324d6de3d143adda5911f75a912e58cc08b3cdf0c983e487fa7109edaf1a9
|
|
| MD5 |
5a7f87d765422ce3e5b174e40c06784d
|
|
| BLAKE2b-256 |
744782ebba6b5438bbec77954776c1d655407aa50d99244eb44894f76663f50e
|