Skip to content

Pytomation is a automation made with python for solve a particular problem of my job

Notifications You must be signed in to change notification settings

LopesLs/Pytomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytomation

Pytomation is a automation made with python for solve a particular problem of my job

Setup Project

On Windows:

py -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt

On Linux:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

About

Pytomation is a automation made with python for solve a particular problem of my job

Resources

Stars

Watchers

Forks

Languages