معرفی شرکت ها


FileEssentials-1.1.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

File Essentials is a package that contains all of the necessary functions for using files
ویژگی مقدار
سیستم عامل -
نام فایل FileEssentials-1.1.3
نام FileEssentials
نسخه کتابخانه 1.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده DaRubyMiner360
ایمیل نویسنده darubyminer360@gmail.com
آدرس صفحه اصلی http://github.com/DaRubyMiner360/FileEssentials
آدرس اینترنتی https://pypi.org/project/FileEssentials/
مجوز -
# 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 ```python 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`


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl FileEssentials-1.1.3:

    pip install FileEssentials-1.1.3.whl


نصب پکیج tar.gz FileEssentials-1.1.3:

    pip install FileEssentials-1.1.3.tar.gz