All Projects → leonkoech → Easytax

leonkoech / Easytax

Licence: MIT license
A simple automation script that logs into your kra account and files your taxes with one command

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Easytax

RobotEyes
Image comparison for Robot Framework
Stars: ✭ 62 (+376.92%)
Mutual labels:  selenium
InstaPy
📷 Instagram Bot - Tool for automated Instagram interactions
Stars: ✭ 14,719 (+113123.08%)
Mutual labels:  selenium
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (+30.77%)
Mutual labels:  selenium
testing-spring-boot-applications-masterclass
🍃 Everything You Need to Know About Testing Spring Boot Applications
Stars: ✭ 185 (+1323.08%)
Mutual labels:  selenium
king-bot
travian kingdoms automation (www.kingdoms.com)
Stars: ✭ 19 (+46.15%)
Mutual labels:  selenium
linkedinBot
Automate the process of sending referral request and cold mailing on LinkedIn
Stars: ✭ 25 (+92.31%)
Mutual labels:  selenium
robotframework-seleniumtestability
Extension for SeleniumLibrary that provides manual and automatic waiting for asyncronous events like fetch, xhr, etc.
Stars: ✭ 34 (+161.54%)
Mutual labels:  selenium
zhihu-crawler
徒手实现定时爬取知乎,从中发掘有价值的信息,并可视化爬取的数据作网页展示。
Stars: ✭ 56 (+330.77%)
Mutual labels:  selenium
python-appium-framework
Complete Python Appium framework in 360 degree
Stars: ✭ 43 (+230.77%)
Mutual labels:  selenium
spydriver
🕵️ Lightweight utility to intercept WebDriver and WebElement method calls.
Stars: ✭ 24 (+84.62%)
Mutual labels:  selenium
non-api-fb-scraper
Scrape public FaceBook posts from any group or user into a .csv file without needing to register for any API access
Stars: ✭ 40 (+207.69%)
Mutual labels:  selenium
docker-selenium-lambda
The simplest demo of chrome automation by python and selenium in AWS Lambda
Stars: ✭ 172 (+1223.08%)
Mutual labels:  selenium
Whatsapp-Bot
Web.whatsapp.com bot made with selenium
Stars: ✭ 39 (+200%)
Mutual labels:  selenium
TinderBotz
Automated Tinder bot and scraper using selenium in python.
Stars: ✭ 265 (+1938.46%)
Mutual labels:  selenium
SeleniumTDD
A Selenium TDD framework that incorporates key features of Selenium and TestNG which can be used to create web-based automation scripts.
Stars: ✭ 23 (+76.92%)
Mutual labels:  selenium
WeReadScan
扫描“微信读书”已购图书并下载本地PDF的爬虫
Stars: ✭ 273 (+2000%)
Mutual labels:  selenium
ig-automatic-story-viewer
Python Program To Send Instagram Story Views
Stars: ✭ 17 (+30.77%)
Mutual labels:  selenium
facebook-cleaner
It is almost spring, so time for a pre spring cleaning. This time: taking care of your Facebook. This script can safe you a lot of time if you would try to do that by hand.
Stars: ✭ 52 (+300%)
Mutual labels:  selenium
instagram-profilecrawl
📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
Stars: ✭ 964 (+7315.38%)
Mutual labels:  selenium
whatsapp-web
Simon is a Python library that helps made easy the browser automation for WhatsApp Web service
Stars: ✭ 67 (+415.38%)
Mutual labels:  selenium

EASY_TAX

A simple automation script that logs into your kra account and files your taxes with one command Currently works for Chrome users. Will create Firefox version soon

  • Requirements

    Selenium

    pip install selenium

    chrome or firefox drivers download gekodriver for firefox from the official website download webdriver for chrome from the official website For Chrome users, download the webdriver specific to your browser. If you are on Chrome 81, get the webdriver for chrome 81. To verify your Chrome version, go to terminal and run chrome --version on Windows command prompt or chromium --version if you run Linux

    computer vision

    pip install opencv-python

    pytesseract

    pip install pytesseract pip install tesseract

Or simply run: pip install -r requirements.txt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].