Skip to content

This repository contains a dummy python modules with a short how-to

Notifications You must be signed in to change notification settings

TUWien/CvlPythonModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CVL Dummy Python Module 🍸

This repository contains a simple python module.

Building

Requirements

Build Steps

  • Open this directory (containing the setup.py) in a command line
  • Type
python setup.py install

Testing

  • For the cmd example dir to this folder (containing the setup.py)
python lib/mymodule/script.py C:\valid-path 5
  • Now you can call functions like this:
python
import mymodule
mymodule.helper.hfunction()
mymodule.filefunction("C:/valid-path", 5)

Links

About

This repository contains a dummy python modules with a short how-to

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages