An open API service indexing awesome lists of open source software.

https://github.com/tmhsdigital/cscan


https://github.com/tmhsdigital/cscan

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

cScan - Cross-Platform Cleanup Assistant


Platform
Python
License
Documentation


A comprehensive disk cleanup utility for Windows, macOS, and Linux that helps you reclaim disk space with advanced safety features and intelligent file analysis.

## Documentation

**Full documentation is available at: [https://TMHSDigital.github.io/cScan/](https://TMHSDigital.github.io/cScan/)**

## Quick Start

```bash
# Clone repository
git clone https://github.com/TMHSDigital/cScan.git
cd cScan

# Install dependencies
pip install -r requirements.txt

# Run cScan
python cScan.py # Windows
python3 cScan.py # macOS/Linux
```

## Key Features

- **Cross-Platform**: Works on Windows, macOS, and Linux
- **Smart Analysis**: AI-like file categorization and safety assessment
- **Safety First**: 7 layers of protection, trash/recycle bin integration
- **Smart Suggestions**: Intelligent cleanup recommendations
- **Multiple Modes**: GUI, CLI, and automated options

## Requirements

- Python 3.6 or higher
- psutil library (`pip install psutil`)

## Documentation Links

- [Installation Guide](https://TMHSDigital.github.io/cScan/README.html)
- [Cross-Platform Guide](https://TMHSDigital.github.io/cScan/CROSS_PLATFORM_GUIDE.html)
- [Feature Documentation](https://TMHSDigital.github.io/cScan/IMPROVEMENTS.html)
- [Technical Details](https://TMHSDigital.github.io/cScan/FIXES_APPLIED.html)

## Contributing

We welcome contributions! Please check our [documentation](https://TMHSDigital.github.io/cScan/) for guidelines.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---


Documentation
Issues
Discussions