Skip to content

Python automation script to file nil returns on KRA website

License

Notifications You must be signed in to change notification settings

tin3ga/fileReturns

Repository files navigation

fileReturns

Automation script to file Nil Returns.

Quick Start

  1. Clone the repo:
$ https://github.com/tin3ga/fileReturns.git
$ cd fileReturns
  1. Initialize and activate a virtualenv:
# windows
$ python -m venv venv
$ venv\Scripts\activate

# mac/linux
$ python -m venv venv
$ source env/bin/activate or . venv/bin/activate
  1. Install the dependencies:
$ pip install -r requirements.txt
  1. Create .env file with the following template:
pin=""
password=""
BROWSER_PATH="C:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe"
TESSERACT_OCR_PATH="C:\\Program Files\\Tesseract-OCR\\tesseract.exe"
  1. Run the script:
$ python main.py

About

Python automation script to file nil returns on KRA website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages