Skip to content

thyagowilldes/CloseAnyWindows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

For Generate a new executable follws this steps:

    1- Create a virtual environment (This ensures only library on virtual environment will be in .exe)
        python -m venv venv

    2- Activate virtual environment All library installed on this project must
        .\venv\Scripts\Activate.ps1
    
    3- Instal necessary library (if not installed)

    4- Generate a new executable just run this command on terminal ( must Activate virtual environment):
        pyinstaller --onefile --noconsole --add-data="Tesseract-OCR\*;Tesseract-OCR"  CloseAnyWindow.py 
        pyinstaller --onefile --noconsole  CloseAnyWindow.py

    

About

This project was built in Python and the goal is close any window using OCR, Hotkey or Force

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages