Skip to content

JPDevelop/pyBits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

pyBits

the pybits library is very small but usefull and has 5 functions:

###1. readBitsFromFile: Returns a two-dimensional list: in each byte 8 bits

###2. readBitsFromText: Gets plain text and returns two-dimensional array of bits

###3. getTextFromBytes: Gets bytes array and returns plain text

###4. writeBytesToFile: Gets a file name and writes chars to it which are represented by Unicode

###5. bits2bytes: Gets a two-dimensional list of bits and converts it into one-dimensional list of bytes

About

Some simple function for reading/writing bits and bytes from/into files and plain text and conversion between text/bits/bytes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages