Metadata-Version: 2.1
Name: auto-file
Version: 2.0
Summary: a module that can make all required folder and files for making python library and also genrate files for normal use
Home-page: https://github.com/Tech-with-anmol/pdftotexthttps://github.com/Tech-with-anmol/auto-file
Author: Anmol.py
Author-email: anmollklfh@gmail.com
License: MIT
Keywords: file
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

# AUTO_FILE
this is a moudle that can create all required file and folder for creating library
# EXTRA
it can also have extra function like creating a python or html file
# INSTALLATION
you can install it via running this command in your terminal

``pip install auto_file``

# HOW-TO-USE
``import auto_file``

``auto-file.mklib("tutorial")``

# PYTHON-AND-HTML-FILE

``import auto_file``

``auto-file.pyfile("test.py")``

``auto_file.html("test.html")``

# CUSTOM-EXTENSION FILE
you can create custom extension file easily for example

``import auto_file``

``auto_file.custom("test.css")``

``auto_file.custom("test.js")``


# NOTE
MORE Documentation will be aviable soon


