Skip to content

TheBookKnight/Python-Fragments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python scripts based on what I found on the internet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages