NoLupiPls / Lexsi

A bot for managing a computer on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lexsi

Awesome Telegram bot for managing your Windows PC

Explore the docs »

View Demo . Report Bug . Request Feature

Downloads Contributors Stargazers Issues License

Table Of Contents

About The Project

Screen Shot

guys who are reading this, please put an asterisk (star) :)

There are many repositories available on GitHub, but I didn't find a single bot in Telegram for personal computer management on Windows OS. That's why I created one.

Of course, no bot will serve all your needs, as your needs may be different. So I will add more in the near future. You can also suggest changes by branching this repository and creating a pull request or opening a problem.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

  • Aiogram
  • PyAutoGUI
  • Python-dotenv

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
git clone https://github.com/NoLupiPls/Lexsi.git
  1. Install requirements
pip install -r requirements.txt
  1. Replace the env settings and rename to .env

  2. Start the project

python app.py

Usage

  • /open vk - open the link .com
  • /open r kinopoisk - link .ru
  • /st - I'll collapse and load
  • /sleep - I'll switch to sleep mode
  • /volume - from the volume menu
  • /music - I'll open Yandex.Music
  • /kino - I'll open kinopoisk
  • /tg - open Telegram
  • /ru - minimize windows
  • /pause - pause video or music
  • /close - close window
  • /site https://vk.com/nolupi - insert the link
  • /imp on the right - I will open Genshin Impact

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Acknowledgements

About

A bot for managing a computer on Windows

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.7%Language:Shell 0.3%