Because even your PC needs rest.
LightsOut is a simple app that shuts down your PC after a specific time set by the user.
This is part of a contest held on r/developersIndia organized by ZnV1.
The requirements were to create an app that takes a time (say 5 mins) and shuts the PC down once that time is up.
- Should take a time
- Should shut down after that time
- Final app should be easily shareable and runnable by a normal user (asking them to install is okay, asking them to compile etc is not)
- Download the app
- Open the app
- Fill in the time (in minutes) after which you would like your PC to shutdown
- Click on the "+" button
The following features will be added in due time:
- - Cancel shutdown
- - In-app Help and FAQ
- - Light and Dark themes
- - App minimization in System Tray
- - UI enhancements
To install LightsOut for local development execute the following steps:
- Clone the repo:
git clone https://github.com/rajtilakjee/lightsout
- Create virtual environment:
python -m venv .venv
- Activate virtual environment:
.venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Run LightsOut:
flet run
- Flet
Contributions are welcome! Fork the repository and submit a pull request with your enhancements or bug fixes. See the CONTRIBUTINGfile for more details.
This project is licensed under the MIT license - see the LICENSE file for more details.