A simple Python program that displays all the functions from a module/library. In this project, users can explore all available functions of a Python module, discovering new ways to compress their code or enhance their program with new methods and also exploring the module's official documentation.
Note
Make sure that you have installed bash or Git-Bash before proceeding.
To use this program, enter the commands below in Terminal:
git clone https://github.com/deepesh611/Function-Reader.git
cd Function-ReaderNow you can run the setup file
.\setup.shTo run the main program, there are two ways:
- Running the Shell File (If bash is set in your system)
./Function-Reader.sh- Using
pythoncommand
cd ./src
python ./main.pyThis Repository is licensed under MIT License.