Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

FileIOPy-1.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page