Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 397 Bytes

Python-Fragments

Python scripts based on what I found on the internet

How to add a Python Script

  1. Create Python Script in separate Directory
  2. To install its dependencies, install them via below command
pipenv install <LIBRARY>

How to Run these Scripts

  1. Change to a directory hosting the targeted script
  2. Run the script via
pipenv run python <SCRIPT_NAME>.py