FileController - The best user-friendly file manager
Project description
FileController
FileController is a Python 3 project that can make file management in Python easier than ever. It includes all basic file commands (read, write, delete, create) and even more powerful tools. The project is still in development with even more features coming out, but for now it has only the basic file commands + zip management.
Installation
To install the file:
- Open up CMD and type 'pip install filecontroller'
- Open up any python project
- Import the file like this: 'from filecontroller import fileController'
- Give it a reference name: 'your_reference_name = fileController()'
- You can now use it by typing 'your_reference_name.' and see all the available options
Usage
Here is an example code to read a file:
from filecontroller import fileController
file = fileController()
file.readFile('test_file.txt')
You can find a link of the full documentation here: https://alex-mst.github.io/filecontroller/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 filecontroller-1.1-py3-none-any.whl.
File metadata
- Download URL: filecontroller-1.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
147e13a8e4a6a365f761ab752cbb5cbc697766d7b0580a06f91b00e594e63ca6
|
|
| MD5 |
ca277a9baa08aff211d01503796f9128
|
|
| BLAKE2b-256 |
8a1164c89f0f90d757c6a6878e0adff73cfe903203a49b55fc64784cb5d9e594
|