Skip to content

evtimovr/helpers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Помощни script-ове

Първоначален setup:

# clone the repo
git clone github:lazheshli/helpers
cd helpers

# create a python virtual environment
python3 -m venv venv
source venv/bin/activate

# install the dependencies
pip install --upgrade pip
pip install -r requirements.txt

И после:

# activate the virtual environment, if not done already
source venv/bin/activate

# add an input file
cp ~/downloads/data.csv input.csv

# convert it to html using the template
python convert.py

# check the result
open output.html

About

Помощни script-ове

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.2%
  • Python 21.8%