A Python module installer for newcomers and seasoned developers.
Project description
๐ About
pymodins is more than just a tool for installing Python modules. It's a comprehensive solution designed to simplify Python package management for developers of all skill levels. Whether you're a beginner taking your first steps in Python development or a seasoned developer managing complex projects, pymodins provides an intuitive and powerful interface to install, manage, and organize Python packages across various domains.
๐ฏ Key Highlights
- ๐ Simplified Installation Process: Install multiple Python packages with a single command
- ๐ฆ Domain-Specific Packages: Curated packages for Machine Learning, Deep Learning, Data Science, Web Development, and more
- ๐ถ Beginner-Friendly: Perfect for newcomers to Python, eliminating the complexity of manual package management
- ๐ Automated Workflows: Automates tedious installation processes, saving time and reducing errors
- ๐ง Extensible Architecture: Open-source and easily customizable to fit your specific needs
- ๐ Cross-Platform: Seamlessly works on Windows and Linux operating systems
- ๐จ Modern UI: Beautiful graphical interface for Windows users
โจ Features
Core Capabilities
| Feature | Description |
|---|---|
| Easy Installation | Install multiple Python packages with a single command. No more manually typing pip install for each package. |
| Domain-Specific Packages | Pre-configured package collections for Machine Learning, Deep Learning, Data Visualization, Web Development, Cybersecurity, and more. |
| Beginner Friendly | Simplified interface that guides users through the installation process, making Python environment setup effortless. |
| Automation | Automates the installation of commonly used Python packages, reducing setup time from hours to minutes. |
| Extensible | Open to contributions and can be extended to include more modules and features as the community grows. |
| Cross-Platform | Works seamlessly on Windows and Linux (Ubuntu/Kali), providing a consistent experience across platforms. |
Advanced Features
- Graphical User Interface (GUI): Modern, user-friendly interface for Windows
- Python Version Management: Automatic compatibility detection and version-specific installations
- Real-time Output: Live, colorized installation progress and logs
- Smart Package Detection: Auto-discovers installed Python versions and pip locations
- System Integration: Handles special packages requiring system tools (e.g., dlib, rust)
- System Information: Display comprehensive system specs including CPU, RAM, disk, and network speed
๐ข What's New in 3.2
๐ฆ Installed Packages Management
- Installed Packages Tab: New dedicated tab to view all installed Python packages and their versions
- Real-time Package Listing: Automatically fetches and displays all installed packages from your Python environment
- Search Functionality: Quickly filter and search through installed packages by name
- Update Selected Packages: Select one or multiple packages and update them to the latest versions with a single click
- Multi-selection Support: Use Ctrl/Cmd+click or Shift+click to select multiple packages for bulk updates
- Auto-refresh: Package list automatically refreshes after installations or updates
- Version Display: Clear version information for each installed package
- Python Folder Support: Works with the selected Python installation or current interpreter
๐จ Enhanced Graphical User Interface
- Modern Design: Completely redesigned user interface with improved aesthetics and usability
- Intuitive Navigation: Streamlined menus and controls with three main tabs (Install, System Info, Installed Packages)
- Visual Feedback: Enhanced status indicators and progress tracking
- Tab-based Organization: Better organization with dedicated tabs for different functionalities
๐ง Technical Improvements
- Python Version Selector: Compatibility-aware installs for Python 3.6โ3.13 with automatic version pinning
- Auto-Discovery: Automatically detects installed Python folders and pip locations
- Real-time Output: Full, colorized pip output streamed directly into the UI Output panel
- System Tools Integration:
- dlib: Automatically prompts and invokes Visual Studio Build Tools installer
- rust: Seamlessly installs via rustup
- Background Processing: All package operations run in background threads for responsive UI
๐ System Information Panel
- Hardware Details: CPU name, core count, total/available RAM
- Storage Information: System disk total/free space
- Network Performance: Asynchronous average network speed estimation
๐ฆ Expanded Package Categories
New Categories Added:
- NLP Modules (Natural Language Processing)
- Audio Modules
- Web Framework Modules
- Geospatial Modules
- Testing Modules
Expanded Existing Categories:
- Machine Learning: Additional popular ML frameworks
- Deep Learning: Extended with latest DL libraries
- Computer Vision: Comprehensive CV toolkit
- Data Visualization: More visualization options
- DevOps: Expanded automation tools
- Cloud Computing: Additional cloud services support
๐ป CLI Enhancements
- Pip Upgrade Helper: Automatically checks and upgrades pip when needed
- Installation Logging: Tracks and logs all installed modules
- Cross-Platform Support: Unified entrypoints for Windows and Linux
๐ Installation
Method 1: Install from PyPI (Recommended)
For Windows
pip install pymodins
For Linux
sudo pip3 install pymodins
Method 2: Install from Source
Clone the repository and install in editable mode:
git clone https://github.com/Nandhan-KA/pymodins.git
cd pymodins
pip install --editable .
๐ Requirements
- Python 3.6 or higher
- pip (Python package installer)
- Administrator/root privileges (for system-wide installation)
๐ป Usage
๐ฅ๏ธ Graphical User Interface (Windows)
Launch the beautiful GUI application:
pymodins-ui
Important Notes:
- โ ๏ธ Run as Administrator: Execute in Administrator PowerShell or Command Prompt for system-wide installation
- ๐ Python Compatibility: Supports Python versions 3.6โ3.13 with automatic compatibility detection
- ๐ Auto-Discovery: Automatically finds and lists available Python installations
- ๐ Real-time Feedback: Watch installation progress with colorized, real-time output
- ๐ ๏ธ Special Packages: Handles complex packages like dlib (VS Build Tools) and rust (rustup) automatically
๐ฅ๏ธ Command Line Interface (CLI)
Quick Start
Simply run pymodins in an Administrator Command Prompt or Admin PowerShell (same on Linux):
pymodins-ui
Or use it in Python with administrator privileges:
import pymodins
# Displays all available domains and categories
pymodins.run()
๐ฆ Package Installation Functions
Basic & Core Modules
# Install Basic Modules
pymodins.install_basic_modules()
# Install Advanced Modules
pymodins.install_advanced_modules()
# Install Science Modules
pymodins.install_science_modules()
Machine Learning & AI
# Install Machine Learning Modules
pymodins.install_machinelearning_modules()
# Install Deep Learning Modules
pymodins.install_deeplearning_modules()
# Install Computer Vision Modules
pymodins.install_computervision_modules()
Data & Analytics
# Install Data Visualization Modules
pymodins.install_data_visualization_modules()
# Install Database Modules
pymodins.install_database_modules()
# Install Big Data Modules
pymodins.install_bigdata_modules()
Development & Infrastructure
# Install Full Stack Development Modules
pymodins.install_fullstack_modules()
# Install Network Modules
pymodins.install_network_modules()
# Install Build Modules
pymodins.install_build_modules()
# Install DevOps Modules
pymodins.install_devops_modules()
# Install Cloud Computing Modules
pymodins.install_cloudcomputing_modules()
Specialized Tools
# Install Jupyter Modules
pymodins.install_jupyter_modules()
# Install Cybersecurity Modules
pymodins.install_CyberSecurity_modules()
๐ฏ Screenshots
Main Installation Interface
Main installation interface with package categories and module selection
Installed Packages Management
Installed Packages tab showing all installed Python packages with versions, search functionality, and update options
๐ Documentation
For detailed documentation, installation guides, API references, and more:
๐ Read the Full Documentation
The documentation includes:
- Comprehensive installation guides
- Detailed API references
- Usage examples and tutorials
- Troubleshooting guides
- Contributing guidelines
๐ค Contributing
We welcome contributions from the community! Whether it's:
- ๐ Bug reports and fixes
- โจ New features and enhancements
- ๐ Documentation improvements
- ๐จ UI/UX improvements
- ๐ฆ Additional package categories
How to Contribute
- Fork the repository on GitHub
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes and commit them (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request with a detailed description
For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate and follow the existing code style.
๐ฌ FAQ
1. Can this package install packages from various domains?
Yes! PYMODINS supports installation of packages from multiple domains including Machine Learning, Deep Learning, Data Science, Web Development, Cybersecurity, Cloud Computing, and many more. Each category is pre-configured with popular and essential packages.
2. Can users modify and customize this code?
Absolutely! PYMODINS is open-source and licensed under MIT. Users are free to modify, distribute, and use the code according to their needs. We encourage customization and contributions back to the community.
3. Does PYMODINS work on Linux?
Yes! PYMODINS is fully cross-platform and works seamlessly on:
- Windows: Full GUI and CLI support
- Linux: CLI support (Ubuntu, Kali, and other distributions)
The installation process is similar across platforms, with platform-specific optimizations where needed.
4. Do I need administrator/root privileges?
Yes, administrator (Windows) or root (Linux) privileges are recommended for system-wide installations. This ensures packages are installed properly and are accessible system-wide. For user-specific installations, you can use virtual environments.
5. What Python versions are supported?
PYMODINS supports Python 3.6 and higher, including Python 3.13. The GUI version selector automatically detects installed Python versions and ensures compatibility-aware installations.
๐ฅ Authors
Nandhan K
- GitHub: @Nandhan-KA
- Email: developer.nandhank@gmail.com
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2025 Nandhan K
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.
๐ฌ Support
Need help? Have questions? We're here for you!
- ๐ง Email: developer.nandhank@gmail.com
- ๐ Documentation: Read the Docs
- ๐ Issues: GitHub Issues
- ๐ฌ Discussions: GitHub Discussions
โญ Star us on GitHub if you find PYMODINS useful!
Thank you for using PYMODINS! ๐
Feel free to ask questions, report issues, or contribute to make PYMODINS even better!
Made with โค๏ธ by Nandhan K
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pymodins-3.2.tar.gz.
File metadata
- Download URL: pymodins-3.2.tar.gz
- Upload date:
- Size: 44.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
091f3608d454c611e7ccf9910244be15a1df1f537adeb080d0d3b05282ebc0a4
|
|
| MD5 |
9d24134adeee14e48ac611e1028c10ee
|
|
| BLAKE2b-256 |
47aedc46e174dd3f2ad63826c7fcd0f231df155c520b65798c1e9d63d22fc6ea
|
File details
Details for the file pymodins-3.2-py3-none-any.whl.
File metadata
- Download URL: pymodins-3.2-py3-none-any.whl
- Upload date:
- Size: 43.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8293404d9585a10bbc5482975f460ebc15fc4cd0df57588968b9cdb9cca25ee6
|
|
| MD5 |
d9a3df7d24de60e7f4973d235f9e5773
|
|
| BLAKE2b-256 |
ab243b29e4f42a12691caf80139a07d59cac2adb132c85b72ae7189d8c47417e
|