Merge pull request #75 from imkaka/virtual_env

add virtual env support
This commit is contained in:
Ayush Bhardwaj 2019-10-05 23:01:46 +05:30 committed by GitHub
commit b3d2ab0129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
36 changed files with 69 additions and 23 deletions

View File

@ -0,0 +1 @@
sympy

View File

@ -0,0 +1 @@
aiml

View File

@ -0,0 +1 @@
selenium

View File

@ -0,0 +1 @@
Pillow

View File

@ -0,0 +1 @@
beautifulsoup4

View File

@ -0,0 +1 @@
simple-crypt

View File

@ -0,0 +1 @@
requests

View File

@ -0,0 +1 @@
xlrd

View File

@ -0,0 +1 @@
PyQt5

View File

@ -3,7 +3,7 @@ A simple tool which takes a HTML table as string, and converts it to python list
## Libraries Required
1. Beautiful Soap
`$pip install bs4`
`$pip install beautifulsoup4`
## Usage
A sample script `html_table_to_list_usage.py` has been provided to show the usage of the HTMLTableToList. It takes a string of html table, and prints the corresponding list of list.

View File

@ -0,0 +1 @@
beautifulsoup4

View File

@ -0,0 +1,2 @@
numpy
tensorflow

View File

@ -0,0 +1 @@
Pillow

View File

@ -7,7 +7,7 @@ To use this script, you need to have bs4 and requests libraries of python instal
To install bs4 and requests, use the following command
```
pip install bs4
pip install beautifulsoup4
```
```
pip install requests

View File

@ -0,0 +1,2 @@
beautifulsoup4
requests

View File

@ -0,0 +1 @@
geocoder

View File

@ -0,0 +1 @@
geocoder

View File

@ -0,0 +1,3 @@
Telethon
twilio
requests

View File

@ -0,0 +1,2 @@
requests
beautifulsoup4

View File

@ -63,6 +63,12 @@ So far, the following projects have been integrated to this repo:
- Clone/Download the directory and navigate to each folder. Or...
- Simply navigate to the folder and download/copy the scripts! It's *that* simple and easy.
- Setup virtual environment for that scripts:
- `python -m venv env`
- `source env\bin\activate`
- `pip install -r requirements.txt`
- Run the script :)
Remember to star the repo if you love the scipts~ :wink:
@ -77,5 +83,12 @@ Remember to star the repo if you love the scipts~ :wink:
- Main Python Script,
- Supporting files for the Script (If any)
- A separate `README.md` File with proper documentation.
- `requirements.txt` file for any required library.
- How to create `requirements.txt` file
- `cd <your_script_dir>`
- Activate your local virtual environment
- `source env\bin\activate`
- `pip freeze > requirements.txt`
- Feel Free to add your script in the [project's list](https://github.com/hastagAB/Awesome-Python-Scripts#what-do-we-have) above.

View File

@ -0,0 +1,2 @@
requests
beautidulsoup4

View File

@ -1,4 +1,4 @@
beautifulsoup4>=4.0.0
requests>=2.0.0
img2pdf>=0.2.1
docopt>=0.6.0
docopt
img2pdf
requests
beautifulsoup4

View File

@ -0,0 +1 @@
requests

View File

@ -0,0 +1,3 @@
numpy
PyAutoGUI
opencv-python

View File

@ -1,4 +1,3 @@
# WorkLog
pygithub
QDarkStyle
PyQt5
qdarkstyle
PyGithub

View File

@ -0,0 +1 @@
pytube

View File

@ -0,0 +1 @@
pycrypto

View File

@ -0,0 +1,2 @@
Pillow
fpdf

View File

@ -0,0 +1,2 @@
requests
Jinja2