📄️ Dashboard
The Dashboard (labelled Overview inside the app) is the first page you see when Cokpyt opens. It gives you a real-time snapshot of your entire Python environment at a glance.
📄️ Installed Packages
The Installed Packages page is the central hub for managing every package in your active Python environment. It shows a full, filterable table of everything pip knows about and lets you install, upgrade, uninstall, or bulk-remove packages without leaving the app.
📄️ Updates
The Updates page shows every package in your environment that has a newer version available on PyPI. It lets you upgrade packages individually or push all of them in a single operation.
📄️ Search
The Search page lets you query the entire PyPI index in real time and install any result directly from the app - no separate browser tab or terminal window needed.
📄️ Doctor
The Doctor page runs a suite of automated diagnostics against your Python environment and tells you exactly what is healthy, what needs attention, and how to fix it.
📄️ History
The History page is a permanent, searchable audit trail of every install, upgrade, and uninstall action that Cokpyt has ever performed. It persists across app restarts so you always know what changed in your environment and when.
📄️ Cleanup
The Cleanup page scans your system for disk space that pip has accumulated over time - download caches, build artefacts, and bytecode directories - and lets you delete them selectively or all at once.
📄️ Logs
The Logs page shows raw application-level and pip-level output from the current session. It is the first place to look when something behaves unexpectedly and you want to see exactly what Cokpyt and pip exchanged under the hood.
📄️ Settings
The Settings page lets you configure Cokpyt's appearance and replay the guided tour whenever you want.
📄️ Environments
The Environments page lets you register, switch between, and manage Python virtual environments. Every package operation in Cokpyt - installs, upgrades, uninstalls, searches - runs against whichever environment is currently active.