A simple and easy File IO package for python
Project description
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!
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.
Source Distribution
FileIOPy-1.1.tar.gz
(3.3 kB
view details)
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 FileIOPy-1.1.tar.gz.
File metadata
- Download URL: FileIOPy-1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7923a46a03a37c83c0f7d88d2ec5f497169a3253a482d559d5c9cca3223c563
|
|
| MD5 |
f6f294ce6e45268a2f3e73ca1e2e05b2
|
|
| BLAKE2b-256 |
241e8c08f0c402f2134b6b5ed503b4adba89c0e4156573d1553e84322c89fe35
|
File details
Details for the file FileIOPy-1.1-py3-none-any.whl.
File metadata
- Download URL: FileIOPy-1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6b92223638ab13fbb8c972e41007fd6b55f88dfe8be2995b9d3b425d98bc138
|
|
| MD5 |
946771ec5299093b540e9a74dd298837
|
|
| BLAKE2b-256 |
bd6b1d9f9b33f3f4e9a39e803758b19f8d906755ec872769214ecb8cd1c96dc9
|