Skip to content

np-overflow/MonkeyTyperAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonkeyTyperAutomation

Workshop 1: Automation with Python

Prerequisites

Before running this project, make sure you have the following installed:

  • Python 3.8 or higher
  • pip (Python package manager)
  • venv module (usually included with Python 3)
  • Git (optional, for cloning the repository)

You can verify your Python installation with:

python --version

And pip with:

pip --version

Setup

This project uses Python. It is recommended to use a virtual environment.

1. Create a virtual environment

python3 -m venv venv

2. Activate the virtual environment

  • macOS / Linux:

    source venv/bin/activate
  • Windows:

    venv\Scripts\activate

3. Install dependencies

pip install -r requirements.txt

4. Run the project

python main.py

About

Workshop 1: Automation with Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages