Powerful Windows utility toolkit - System management, diagnostics, and activation tools
Project description
projectwinactivation
A powerful Windows utility toolkit for system management, diagnostics, and optimization.
Table of Contents
- Overview
- Features
- Quick Start
- Installation
- Usage Guide
- Menu Options
- System Requirements
- Development
- License
- Support
Overview
projectwinactivation is a comprehensive Windows utility toolkit that provides essential system management tools through an intuitive interactive menu interface. Whether you need to check system information, manage drivers, clean disk space, or diagnose network issues, this toolkit has you covered.
Key Highlights
- All-in-One Solution — 11 essential Windows utilities in a single package
- User-Friendly Interface — Interactive menu with numbered options
- Premium CLI Experience — Beautiful terminal output with rich formatting
- No Dependencies Hassle — Works out of the box with minimal setup
- Regular Updates — Active maintenance and improvements
Features
| # | Feature | Description |
|---|---|---|
| 1 | Windows Activation | Activate Windows OS with proper disclaimer and consent |
| 2 | System Info | View comprehensive system information |
| 3 | Driver Manager | List and manage device drivers |
| 4 | Service Manager | Windows services control |
| 5 | Startup Manager | Manage startup programs |
| 6 | Disk Cleanup | Clean temp files and analyze disk space |
| 7 | Network Diagnostics | IP config, ping, DNS lookup |
| 8 | Windows Update | Check update status and history |
| 9 | Product Key Finder | Retrieve Windows product key |
| 10 | Firewall Manager | View firewall rules |
| 11 | Process Monitor | View and manage running processes |
Quick Start
One-Line Installation
pip install projectwinactivation
Run the Toolkit
python -m projectwinactivation start
That's it! An interactive menu will appear with all available options.
Installation
Method 1: Install from PyPI (Recommended)
pip install projectwinactivation
Method 2: Install from Source
# Clone the repository
git clone https://github.com/zenithopensourceprojects/projectwinactivation.git
cd projectwinactivation
# Install in development mode
pip install -e .
Method 3: Install in Development Mode with Dev Tools
git clone https://github.com/zenithopensourceprojects/projectwinactivation.git
cd projectwinactivation
pip install -e ".[dev]"
Usage Guide
Starting the Application
After installation, you can start the toolkit using any of these methods:
# Method 1: Using Python module (recommended)
python -m projectwinactivation start
# Method 2: Using installed command (if PATH is configured)
projectwinactivation start
# Method 3: Direct execution
python -m projectwinactivation
Interactive Menu Navigation
- Launch the application — The main menu displays all 14 options
- Enter your choice — Type a number (1-14) and press Enter
- Follow prompts — Each utility guides you with clear instructions
- Return to menu — Press Enter after completing any action
Command-Line Options
| Command | Description |
|---|---|
python -m projectwinactivation start |
Launch interactive menu |
python -m projectwinactivation --help |
Show help message |
python -m projectwinactivation --version |
Show version info |
python -m projectwinactivation version |
Show version info (alternate) |
python -m projectwinactivation info |
Show detailed toolkit information |
Menu Options
1. Windows Activation
Activates Windows using the official activation script. Shows a clear disclaimer and requires user consent before proceeding.
Disclaimer:
- For educational and personal use only
- Use only on systems you own or have license for
- Use at your own risk
2. System Info
Displays comprehensive system information including:
- Computer name and username
- Operating system details and build number
- Architecture and processor information
- Total RAM
- GPU information
- Disk space usage
3. Driver Manager
- List all installed drivers
- Export driver list to file
- View driver statistics
4. Service Manager
- View all Windows services
- Filter by state (running/stopped)
- Start or stop services
5. Startup Manager
- List startup programs
- Add or remove startup entries
- View scheduled tasks
6. Disk Cleanup
- Analyze disk space usage
- Clean temporary files
- View detailed drive information
7. Network Diagnostics
- Display IP configuration
- View network adapters
- Check WiFi connection status
- Ping tests to any host
- DNS lookup
- Flush DNS cache
8. Windows Update
- Check update status
- View update history
- Check service status
- Check for pending updates
- Open Windows Update settings
9. Product Key Finder
- Retrieve your Windows product key
- View license status
- Display OS edition information
10. Firewall Manager
- View firewall status for all profiles
- View inbound rules
- View outbound rules
- Search firewall rules
11. Process Monitor
- List all running processes
- View processes sorted by memory usage
- Check system uptime
- View quick system information
- Terminate processes
12. Update
Checks for package updates from PyPI and guides you through the upgrade process.
13. Help
Displays all available commands and usage instructions.
14. Exit
Gracefully exits the application with a thank you message.
System Requirements
| Requirement | Minimum | Recommended |
|---|---|---|
| Operating System | Windows 10 | Windows 11 |
| Python Version | 3.10 | 3.11 or 3.12 |
| Administrator Rights | Required for some features | Yes |
| Internet Connection | Optional | Required for activation |
Features Requiring Administrator Privileges
Some features require elevated permissions:
- Windows Activation
- Service Management (start/stop)
- Startup Program Management
- Firewall Rules Viewing
- Process Termination
Development
Setting Up Development Environment
# Clone the repository
git clone https://github.com/zenithopensourceprojects/projectwinactivation.git
cd projectwinactivation
# Create virtual environment (recommended)
python -m venv venv
.\venv\Scripts\activate
# Install with development dependencies
pip install -e ".[dev]"
Running Tests
# Run all tests
pytest tests/
# Run tests with verbose output
pytest tests/ -v
# Run tests with coverage report
pytest tests/ --cov=src/projectwinactivation
Building the Package
# Install build tools
pip install build
# Build distribution packages
python -m build
# The packages will be in the 'dist/' directory
Project Structure
projectwinactivation/
├── src/
│ └── projectwinactivation/
│ ├── __init__.py # Package initialization
│ ├── __main__.py # Entry point
│ ├── __version__.py # Version info
│ ├── cli.py # CLI interface
│ ├── assets/
│ │ └── banners.py # ASCII banners
│ └── utils/
│ ├── activation.py # Windows activation
│ ├── disk.py # Disk cleanup
│ ├── drivers.py # Driver management
│ ├── firewall.py # Firewall management
│ ├── network.py # Network diagnostics
│ ├── processes.py # Process monitor
│ ├── product_key.py # Product key finder
│ ├── services.py # Service manager
│ ├── startup.py # Startup manager
│ ├── system_info.py # System information
│ └── updates.py # Windows update
├── tests/
│ └── test_utils.py # Unit tests
├── pyproject.toml # Package configuration
├── README.md # This file
├── LICENSE # MIT License
├── security.md # Security policy
└── contributing.md # Contributing guidelines
Dependencies
| Package | Version | Purpose |
|---|---|---|
typer |
>=0.12 | CLI framework |
rich |
>=13.0 | Rich terminal output |
License
This project is licensed under the MIT License. See the LICENSE file for full details.
Contributing
Contributions are welcome! Please read our Contributing Guidelines before submitting pull requests.
Development Guidelines
- Follow PEP 8 style guidelines
- Add type hints where possible
- Write docstrings for functions and classes
- Include tests for new functionality
- Update documentation as needed
Security
Please read our Security Policy for important information about security practices.
Important Notes
- Some features require administrator privileges — use responsibly
- Windows Activation tool is for educational purposes only
- Always use activation tools on systems you own or have license for
- The developers are not responsible for misuse of this software
Support
| Channel | Link |
|---|---|
| Issues | GitHub Issues |
| Documentation | Use python -m projectwinactivation --help |
| roshhellwett@icloud.com |
Made with care by Zenith Open Source Projects
Developer: roshhellwett
Copyright © 2026 | All Rights Reserved
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 projectwinactivation-1.0.0.tar.gz.
File metadata
- Download URL: projectwinactivation-1.0.0.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39c7b95d2a242e813de27a8542c9ed45371b16c92574ef467b43fc206ff3d91b
|
|
| MD5 |
61898db8a81dc420d9eab8ec7fe14d63
|
|
| BLAKE2b-256 |
af8a2111b59fe1fd11f5c5c7f8a7574974a993916d1887d13a612a08791e318d
|
File details
Details for the file projectwinactivation-1.0.0-py3-none-any.whl.
File metadata
- Download URL: projectwinactivation-1.0.0-py3-none-any.whl
- Upload date:
- Size: 37.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f44431a2cbfd4220d1bdc734f5e2aa0fb3fcb44b28ff54f28b37f4715aa4617
|
|
| MD5 |
0a4c1ad7ca4c6e935b0ebbdff482d22c
|
|
| BLAKE2b-256 |
e3caba5fda1f2de232450d844f5f07e7c2a17bfd769ccff33e0546099681ebe8
|