ARSPACK is a user-friendly Python package installer built using CustomTkinter. It allows users to install Python packages using either pip or conda, with a simple and modern GUI. The tool also provides a terminal-style log window to track installation progress and errors.
- 📦 Install Python Packages using pip or conda.
- 🎨 Modern GUI with a clean and responsive design.
- 🚀 Asynchronous Execution to prevent UI freezing.
- 🔍 Package Existence Check before installation.
- 📜 Real-time Log Display for installation status.
To run ARSPACK, you need to have Python installed along with CustomTkinter. Install the required dependencies with:
pip install customtkinterRun the application using:
python __init__.py- Enter the package name in the input field.
- Choose the installation method (pip or conda).
- Click the Install Package button.
- View the progress in the log window.
- Python 3.x
- CustomTkinter
- pip (for package installation)
- Conda (optional, if using conda for installation)
This project is licensed under the MIT License.
Developed by [e500ky][https://github.com/e500ky].

