Metadata-Version: 2.1
Name: pndex
Version: 0.1.2
Summary: A Python package to manage all python files in a folder at once in console
Home-page: https://github.com/adityadand/pndex
Author: Aditya Dand
Author-email: dandaditya@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet
Requires-Dist: importlib
Requires-Dist: pylint

# A Python package to manage all python files in a folder at once in console and do operation on it

## to download pndex
>pip install pndex

## usage :
> import pndex 
# ---------------
> pndex.running()

### screenshot of the tool
![Screenshot](https://github.com/adityadand/pndex/blob/master/pndex.png)

## custom function you can use
>			colorchanger() - to change console color
>			enter_file_to_open() - to open py file
>			readit() - to read content of py file in console
>			open_in_notepad() - open file in notepad
>			open_in_vscode() - open file in vs code
>			reading_read_me() - read readme of python file if function is defined
>			install_py__module() - download python module directly
>			check_quality() - check quality of python file
>			file_info() - get information about file
>			clearscreen() - clear terminal
>			quitscreen() - quit program

## open this in folder where all .py file exists

# view in github
> https://github.com/adityadand/pndex

##### thanks for reading readme

