An open API service indexing awesome lists of open source software.

https://github.com/sukundev/auto-activity

A Python-based automation tool for Windows that automates Chrome Browser and Visual Studio Code, making workflows more efficient and seamless.
https://github.com/sukundev/auto-activity

automate chrome pyautogui python visual-studio-code windows

Last synced: 6 months ago
JSON representation

A Python-based automation tool for Windows that automates Chrome Browser and Visual Studio Code, making workflows more efficient and seamless.

Awesome Lists containing this project

README

          

# Auto Activity

A Python-based automation tool for Windows that automates Chrome Browser and Visual Studio Code, making workflows more efficient and seamless.

## Features

- Automate Chrome Browser
- Automate Visual Studio Code
- Easy setup and execution

## Prerequisites

- Windows OS
- Python 3.x installed
- Google Chrome installed (if automating Chrome)
- Visual Studio Code installed (if automating VS Code)

## Installation

1. Clone this repository:
```bash
git clone https://github.com/yourusername/auto-activity.git
cd auto-activity
```
2. Create a virtual environment:
```bash
python -m venv venv
```
3. Activate the virtual environment:
- On Windows:
```bash
venv\Scripts\activate
```
- On macOS/Linux:
```bash
source venv/bin/activate
```
4. Install dependencies:
```bash
pip install -r requirements.txt
```

## Usage

### Running the script

To start the automation, use:

```bash
python main.py
```

## Troubleshooting

- Ensure all dependencies are installed correctly.
- Run the script with administrator privileges if required.
- Check the log files for error messages.

## Contributing

Contributions are welcome! Feel free to fork the repository and submit a pull request.

## License

This project is licensed under the MIT License.