Skip to content

deepesh611/Function-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 Function-Reader 1.0

Python Shell Script Linux Windows

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.

🛠️ Installation

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-Reader

Now you can run the setup file

.\setup.sh

To run the main program, there are two ways:

  • Running the Shell File (If bash is set in your system)
./Function-Reader.sh
  • Using python command
cd ./src
python ./main.py

📄 License

This Repository is licensed under MIT License.

About

A basic python program which displays all the functions from a module/library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors