diff --git a/README.md b/README.md
index 98843ea..b4887d3 100644
--- a/README.md
+++ b/README.md
@@ -42,39 +42,39 @@
List of Functions:
------------------
-| | |
-|----------------------------------------------------------|--------------------------------------------------------------------------------------------------|
-| p() | print() function. |
-| repeat(function,n) | Repeat F_Name function for n times. |
-| rev(v) (REMOVED 2.4.0) | Reverse v and returns it. (Everything like str,list,int) |
-| read(file) | Return content of the file. |
-| write(file,mode,text) | Write things you want in file content. (Read Doc String) |
-| wait(n)sleep(n) | Stop code executing for n seconds |
-| cls()clear() | It Clears the Terminal |
-| progressbar() (*removed in v3.1) | In-App Progressbar. (Read Doc String) |
-| cons_integer(Frst,Lst) | Return string from Frst to Lst (Read Doc String) (v1.7) |
-| force(tpl,*var) | Return tpl with adding var(s) to it. |
-| erase(tpl,*var) | Return tpl with removing var(s) from it. |
-| replace(tpl,ind,var) | Replace tpl[ind] with var |
-| insert(tpl,ind,var) | Set tpl[ind] to var. (Note that tpl[ind] will be tpl[ind+1]) |
-| pop(tpl,index) | Remove member with index of 'index' from a tuple |
-| wait_for(button) | Waits for user to press specific button. |
-| call_later(func,args,delay) | Call func(args) after delay time. |
-| convert_bytes(num) | convert bytes to (KB,MB,GB,TB) |
-| Input(prompt,default) | Prompt an input message with default answer (value) (ONLY ON WINDOWS) |
-| default_input() | Same as `default_input` |
-| restart_app() | Restart running python program |
-| active_window_title() | Return Active Window Title |
-| open_image(path) | Open image with default image viewer (Mac OS is not supported) |
-| download(url) | To download files with memory saver and progressbar |
-| extract(file,path,pwd) | Extract Zip file with password to path |
-| screenshot(name) | Take a screenshot and save it. |
-| func_info(function) | Print information of function |
-| Check_Type | Decorator that raise TypeError if function argument type is wrong (Read Help) |
-| Progressbar() | Generator of progressbar() which you can use it to do some stuff between your delays (Read Help) |
-| pixel_color(X,Y) | Return RGB color of pixel[X,Y] |
-| getpass(prompt) | Prompt for a password, with echo turned off. |
-| import_module(path) | Return given path (file with any extension) as a Module |
+| | |
+|----------------------------------|--------------------------------------------------------------------------------------------------|
+| p() | print() function. |
+| repeat(function,n) | Repeat F_Name function for n times. |
+| rev(v) (REMOVED 2.4.0) | Reverse v and returns it. (Everything like str,list,int) |
+| read(file) | Return content of the file. |
+| write(file,mode,text) | Write things you want in file content. (Read Doc String) |
+| wait(n)sleep(n) | Stop code executing for n seconds |
+| cls()clear() | It Clears the Terminal |
+| progressbar() (*removed in v3.1) | In-App Progressbar. (Read Doc String) |
+| cons_integer(Frst,Lst) | Return string from Frst to Lst (Read Doc String) (v1.7) |
+| force(tpl,*var) | Return tpl with adding var(s) to it. |
+| erase(tpl,*var) | Return tpl with removing var(s) from it. |
+| replace(tpl,ind,var) | Replace tpl[ind] with var |
+| insert(tpl,ind,var) | Set tpl[ind] to var. (Note that tpl[ind] will be tpl[ind+1]) |
+| pop(tpl,index) | Remove member with index of 'index' from a tuple |
+| wait_for(button) | Waits for user to press specific button. |
+| call_later(func,args,delay) | Call func(args) after delay time. |
+| convert_bytes(num) | convert bytes to (KB,MB,GB,TB) |
+| Input(prompt,default) | Prompt an input message with default answer (value) (ONLY ON WINDOWS) |
+| default_input() | Same as `default_input` |
+| restart_app() | Restart running python program |
+| active_window_title() | Return Active Window Title |
+| open_image(path) | Open image with default image viewer (Mac OS is not supported) |
+| download(url) | To download files with memory saver and progressbar |
+| extract(file,path,pwd) | Extract Zip file with password to path |
+| screenshot(name) | Take a screenshot and save it. |
+| func_info(function) | Print information of function |
+| Check_Type | Decorator that raise TypeError if function argument type is wrong (Read Help) |
+| Progressbar() | Generator of progressbar() which you can use it to do some stuff between your delays (Read Help) |
+| pixel_color(X,Y) | Return RGB color of pixel[X,Y] |
+| getpass(prompt) | Prompt for a password, with echo turned off. |
+| import_module(path) | Return given path (file with any extension) as a Module |
@@ -97,30 +97,31 @@ List of Functions:
3.3.0
+