FileIOPy
This is the simple File IO package for python. It can save your time.
Install
pip install FileIOPy
##Changelog
- Added a new functions - make_zip, extract_zip, read_zip
- Fixed some bugs
Features
- Easy to use
- Time saver
- Many intresting functions
Documents
You have setup like this -
from FileIOPy import FileIOPy
file = FileIOPy.FileIOPy('file.txt')
These are the functions list -
- write_file : Using this Function, You can write any content in your file
you can write your content in two types:
: write mode
if you choose write mode, first your file data will clear and then you can write your content : Continue mode
if you choose continue mode, you can write your content without losing any data
- read_file : Using this function, you read your file data
- read_lines : Read files line by line
- clear_file : Clears the all data of the file
- check_length : Check how many alphabates in your file have
- search_file: Returns True if entered content exists in your file
- count_file: returns how many times your content exists in your file
And many more...
You can use like these -
a = file.read_file()
print(a)
Result
Hello world!
Release files for FileIOPy 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| FileIOPy-1.1.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| FileIOPy-1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.4 kB
Release files / FileIOPy-1.1.tar.gz
| Download URL | FileIOPy-1.1.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7923a46a03a37c83c0f7d88d2ec5f497169a3253a482d559d5c9cca3223c563
|
|
BLAKE2b-256 checksum How to use checksums |
241e8c08f0c402f2134b6b5ed503b4adba89c0e4156573d1553e84322c89fe35
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
|
Release files / FileIOPy-1.1-py3-none-any.whl
| Download URL | FileIOPy-1.1-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c6b92223638ab13fbb8c972e41007fd6b55f88dfe8be2995b9d3b425d98bc138
|
|
BLAKE2b-256 checksum How to use checksums |
bd6b1d9f9b33f3f4e9a39e803758b19f8d906755ec872769214ecb8cd1c96dc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
|