10000 GitHub - dsimonds/Python-Libraries: Random reusable python code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dsimonds/Python-Libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Python-Libraries

Random reusable python code A place to store my common reusable python code snippets

Web Crawler

Goes through a given web page, or multiple pages and prints out desired text from page.

Parameters: URL, Pagination Style ("?page=", "?p=", etc), Element (a, h1, p, etc), and the Elements Class

Fix Angular Lint Errors

Fixes 14 warnings and errors provided by your TypeScript linter, such as

  • == should be ===
  • comments should start with a space
  • use let instead of var
  • misplaced else
  • etc

To use, you will need to replace the directory listed with the Parent Directory of your project. This will go through ALL directories and sub directories in your project.

About

Random reusable python code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0