Skip to content

This repository hosts some simple scripts. Intention is to let people pick up some readily available scripts which they can use in their projects.

License

Notifications You must be signed in to change notification settings

avadhootdivekar/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scripts

This repository hosts some simple scripts. Intention is to let people pick up some readily available scripts which they can use in their projects.

Number conversion script.

This script changes number from one base to other base. It also recognizes and formats output based on delimeter and prefix requests. User can also provide the files for input and output. Can be used to convert between decimal,binary, octal , hexadecimal etc upto bsae 36.

Usage

python3 num_conv.py  -d " " --out-delimeter="," --in-base=10 --out-base="2"  --out-prefix="0b" --s "165 170 255 1024" 

About

This repository hosts some simple scripts. Intention is to let people pick up some readily available scripts which they can use in their projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published