Skip to content

Releases: Animenosekai/lifeeasy

v2.3.3

16 Jul 16:50
Compare
Choose a tag to compare

[fix]

  • fixing a problem where a space is missing in pip_install()
  • fixing a problem with raw hash
  • fixing a problem with cpu cores

v2.3.2

16 Jul 13:04
Compare
Choose a tag to compare

LifeEasy minor release

[new features]

  • system_name() which returns os.name

[fix]

  • Fixing a system name error with ping()

v2.3

16 Jul 12:50
Compare
Choose a tag to compare

LifeEast minor release

[new feature]

  • You can now ping servers in only a single line of code. It returns the minimum, average and maximum latency/duration to reach the server

[fix]

  • Fixed README

v2.2

15 Jul 20:56
Compare
Choose a tag to compare

New release of LifeEasy

[new features]

  • Adding documentations
  • Adding function docs
  • New arguments for command() and command_output()
  • PIP Install
  • timing(), process_time() and pid()
  • find_inside_file()
  • hash string to raw hash

[changes]

  • Changing some returns
  • Changing the variable setting functions for display() to be more smart
  • Try Catch

© Anime no Sekai - 2020

v2.0

14 Jul 15:47
Compare
Choose a tag to compare

New release of LifeEasy!

[added features]

  • Image Enhancement
  • Some request modification
  • Make Directories
  • Write File append mode
  • Read file (whole file (read_file()) or line (read_file_line()))
  • JSON
  • Hash Image using image_hash
  • Base64
  • ASCII

[fix]

  • display_action fix (clear only once)
  • move_file fix (no shutil was imported)

© Anime no Sekai - 2020

v1.6

01 Jun 20:08
Compare
Choose a tag to compare

PIP Install Release

v1.6

[add]
Two new functions!

fibonacci(n) for the fibonacci sequence
write_file(title, text, destination) to write files in a single line of code

Adding the docs for these two functions

[fix]
Renamed file actions to prevent confusion with open and write and built-in functions with the same name.
Fixing the docs for file actions
Adding the advanced category in the table of content [readme]

v1.5

01 Jun 17:22
Compare
Choose a tag to compare

PIP Installation Release

[new]
New docs!
New functions!

[fix]
Fixing some scaling problems
Fixing some variables issues
Fixing lots of things

v1.0

30 May 17:45
5ebbfbc
Compare
Choose a tag to compare

PIP Installation Release (v1.0)