Skip to content

manuel-chinchi/process-manager-py

Repository files navigation

Process Manager Py

A simple Process manager program made in Python + TKinter

This project uses Python 3.10.0 (32-bit).

Libraries

The project requires the following libraries:

  • diskcache 5.6.3
  • psutil 7.0.0
  • pyperclip 1.9.0
  • pyinstaller 6.12.0 (and dependencies)

See all dependences in the requirements.txt file.

Supported platforms

  • Windows 7 SP1 (*)
  • Windows 10 (v22H2 c19045.5131)

(*) Note: On Windows 7, you need to copy the file api-ms-win-core-path-l1-1-0.dll on the location C:\Windows\SysWOW64\. See this repository for details.

How modify this project?

  1. Create the virtual environment:
    python -m venv env
    
  2. Activate the virtual environment
    env/Scripts/Activate
    
  3. Install dependencies:
    python -m pip install -r requirements.txt
    
    (If an error occurs, install pip and setuptools first)
  4. Run PyInstaller to generate the executable:
    pyinstaller --onefile --noconsole --icon='ProcessManagerPy.ico' --add-data 'ProcessManagerPy.ico;.' program.py
    

How to install this projec?

The folder dist contain the setup.exe installer made with InnoSetup directly to run.

Screenshots



References

Releases

No releases published

Packages

No packages published

Languages