DEV Community

Nandhan
Nandhan

Posted on

PYMODINS

PYMODINS

pymodins is more than just a tool for installing Python modules. It’s a guiding hand for newcomers, helping them navigate the complex landscape of Python development with ease. With pymodins, developers can quickly and effortlessly Install modules tailored to their specific needs, whether it’s basic modules for general programming tasks or advanced modules for specialized applications..

Badges

MIT License

✨ Features

  • Easy Installation: Install multiple Python packages with a single command.

  • Domain-Specific Packages: Choose from various - domains like Machine Learning, Deep Learning, Data Visualization, and more.

  • Beginner Friendly: Simplifies the process of setting up Python environments for beginners.

  • Automation: Automates the installation of commonly used Python packages.

  • Extensible: Open to contributions and can be extended to include more modules and features.

🚀 Installation

git clone https://github.com/Nandhan-KA/pymodins.git

cd pymodins 

python setup.py Install 
Enter fullscreen mode Exit fullscreen mode

Use the package manager pip to Install pymodins.

pip Install pymodins
Enter fullscreen mode Exit fullscreen mode

💻 Usage

Simply run


 in Administrator Command prompt or Admin Powershell

  or



```bash 
import pymodins
# Displays all Domains
pymodins.run()
Enter fullscreen mode Exit fullscreen mode
# Install Basic Modules
pymodins.install_basic_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Advanced Modules
pymodins.install_advanced_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Science Modules
pymodins.install_science_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Computer Vision Modules
pymodins.install_computervision_modules()
Enter fullscreen mode Exit fullscreen mode
# Install MachineLearning Modules()
pymodins.install_machinelearning_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Deep Learning Modules
pymodins.install_deeplearning_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Full Stack Development Modules
pymodins.install_fullstack_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Network Modules
pymodins.install_network_modules()
Enter fullscreen mode Exit fullscreen mode
#Install Build Modules
pymodins.install_build_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Jupyter Modules
pymodins.install_jupyter_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Data visualization modules
pymodins.install_data_visualization_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Database modules
pymodins.install_database_modules()
Enter fullscreen mode Exit fullscreen mode
# Install CyberSecurity modules
pymodins.install_CyberSecurity_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Cloudcomputing modules
pymodins.install_cloudcomputing_modules()
Enter fullscreen mode Exit fullscreen mode
#Install Devops modules
pymodins.install_devops_modules()
Enter fullscreen mode Exit fullscreen mode
# Install Bigdata modules
pymodins.install_bigdata_modules()
Enter fullscreen mode Exit fullscreen mode

🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

📜 License

MIT

                            MIT License

                    Copyright (c) 2024 Nandhan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Enter fullscreen mode Exit fullscreen mode

🎯 Expected Output

pymodins

👥 Authors

📜 Documentation

Documentation

💬 Support

For support, email nandhan2003alamelu@gmail.com

FAQ

Does this package can able to install packages of various domains?

Answer: Yes

Can users remodify this code and use it?

Answer: Yes

Top comments (0)