The annual memory exam script is the first to display the 'Wolverine' code. Please take a look at the wiki for more details.
This script provides a Textual UI for examining system memory usage.
- Displays total physical memory, available memory, used memory, swap usage, and current process memory
- Shows system memory utilization with a progress bar
- Allows refreshing of memory information
- Provides an option to export the memory report (placeholder functionality)
- Ensure you have Python 3.6+ installed.
- Clone this repository:
git clone https://github.com/dagz55/anual_memory_exam.git cd anual_memory_exam
- Run the script:
or
python anual_memory_exam-BETA.py
python ame.py
The script will automatically install any required packages that are missing.
The script will automatically install the following packages if they're not present:
- textual
- psutil
After running the script, you'll see a Textual UI with memory information. Use the mouse or keyboard to interact with the buttons:
- "Refresh": Updates the memory information
- "Export Report": Placeholder for exporting the memory report
Press Ctrl+C to exit the application.
This project is licensed under the MIT License - see the LICENSE file for details.