Skip to content

This repository contains small scripts written by me.

License

Notifications You must be signed in to change notification settings

irotect/My-Python-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Python Scripts

This Repository is a collection of my python scripts.

Scripts

Author: Mayank Thakur

Date Updated: 27-02-2020

Generates diamond pattern using asterisk (*):

Requirements:
    -> Python 3.0 or higher

Usage:
    -> Call the diamond_pattern(x) function where x is the size of the diamond.

Author: Mayank Thakur

Date Updated: 17-01-2019

Transposes the given matrix in the form of 2-d list.

ex. [[1,2,3],[4,5,6]] --> [[1, 4], [2, 5], [3, 6]]

Author: Mayank Thakur

Date Updated: 17-01-2019

Converts M3U playlist to mp4 file using FFMPEG.

Requirements:
    -> Python 3.0 or higher
    -> FFMPEG installed in system path.
    -> Working internet connection for online M3U FIle.

Usage:
    -> Simply run this script with python and follow on screen instructions.

Author: Mayank Thakur

Date Updated: 18-01-2019

This script automatically generates GitHub styled Readme.md (markdown file)
from the docstrings and other info from the files present in the '/scripts'.

Author: Mayank Thakur

Date Updated: 27-02-2020

Generates greatest common factor of 2 numbers using Euclidean Algorithm.

Requirements:
    -> Python 3.0 or higher

Contributing

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.

License GitHub license

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

This repository contains small scripts written by me.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages