https://github.com/abians/center-apps-windows
https://github.com/abians/center-apps-windows
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abians/center-apps-windows
- Owner: AbianS
- License: mit
- Created: 2023-01-08T18:37:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T19:10:53.000Z (over 2 years ago)
- Last Synced: 2025-03-30T05:11:24.262Z (2 months ago)
- Language: Python
- Size: 4.16 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
Center Apps Windows
A minimalist program to center applications on the desktop
How To Use •
RoadMap •
License
![]()
## How To Use
To use it is very easy, you can download the [executable](https://github.com/AbianS/center-apps-windows/releases/tag/v1.0.0) and run it.
To center the application in the window simply press `ctrl + alt` and the program will detect which application is in the foreground and center it with respect to the dimensions of your monitor.
### Python
You can also download the python file and run it from the command line.
```bash
python './CenterApp.py'
```> **Note**
> If you want to use the program with Python remember that the execution will be tied to the terminal, so once you close the terminal the program will stop.### Stop the program
To stop the program follow the steps detailed in the video

## Roadmap
- Add an option for the user to specify which keyboard shortcuts he wants to use.
- Create an installer so that you can specify whether you want the application to start when you turn on the computer.
- Transfer all Python code to Rust to improve the efficiency of the program.
- Can be used on Windows, Linux and Mac
## License
MIT
---
> GitHub [@AbianS](https://github.com/AbianS) ·
> Twitter [@AbianS0](https://twitter.com/AbianS0)