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.
- Host: GitHub
- URL: https://github.com/sukundev/auto-activity
- Owner: SukunDev
- Created: 2025-01-11T18:26:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T06:26:52.000Z (11 months ago)
- Last Synced: 2025-03-16T07:24:58.992Z (11 months ago)
- Topics: automate, chrome, pyautogui, python, visual-studio-code, windows
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.