Skip to content

nezedrd/interference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The project

Explaining blog posts:

Workplace setup

With virtualenv and virtualenvwrapper.

~ λ PROJECT_NAME="interference"
~ λ PROJECT_PATH="/home/nezedrd/$PROJECT_NAME"
~ λ mkvirtualenv -a "$PROJECT_PATH" -p python3 "$PROJECT_NAME"
(interference) ~/interference λ pip install -r requirements.txt

Running a demo

You can show the main help, first.

(interference) ~/interference λ python -m young -h

Then, as an example, run the pyplot demo. This is the interactive one.

(interference) ~/interference λ python -m young pyplot

The beforeafter demo saves two pics. One with the default parameters (before) and one after changing them to what you specify.

(interference) ~/interference λ python -m young beforeafter -w 650 -y 15 -d 3

The movie demo saves a video. You can look in the demos/movie.py code if you want to change.

(interference) ~/interference λ python -m young movie -q lld -o video.mp4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages