hi! this is a new package!
do
pip install idkwhttph
and enjoy!
from idkwhttph import *
it has many functions such as ansi escape codes,crash(),options,signin,login,etc.
ty bye.
special ty to @SalladShooter
Idkwhttph Package
Idkwhttph package is a multi use text styler and backend helper. It includes many built in functions to make it easier for you to do great things.
What can it do?
• Center text in the middle of the screen
• Typewriter effect
• Backup and load database files
• Make code into characters
• Setting the title of a project
• Clearing the screen of text
• Clearing a line of text
• ANSI text styling
• Printing layers
• //Option menu//
• Crashing
• Syncing databases
• Enter to continue
• //Signup and login presets//
Functions:
• Print in middle prints text in the center of your output console.
2. #### write(string, speed)
• Adds a type writer effect when printing a string, you can change the speed of which it types out the text.
3. #### create_backup()
• Makes a backup of your database and stores it into a JSON.
4. #### load_backup()
• Loads your backup from the JSON file and puts into your database.
5. #### save_backup()
• When you create a backup you can save it so if something happens it is perfectly fine.
6. #### sync_backup()
• Syncs your backup to the platform you are using.
7. #### code_to_chars(code)
• Turns your code into characters.
8. #### set_title(title)
• Adds a title to the project you are working on.
9. #### clear_screen()
• Clears the console of text, the result will make the console empty.
10. #### clear_line()
• Clears the latest line of text in the console.
• Move the cursor in the specified position of: UP, DOWN, FORWARD, BACK, and can get the position (POS).
12. #### Fore(color)
• Contains multiple colors to style your text such as: BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE, LIGHTBLACK_EX, LIGHTRED_EX, LIGHTGREEN_EX, LIGHTYELLOW_EX, LIGHTBLUE_EX, LIGHTMAGENTA_EX, LIGHTCYAN_EX, LIGHTWHITE_EX, and RESET.
13. #### Back(color)
• Contains multiple colors to style the background of text such as: BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE, LIGHTBLACK_EX, LIGHTRED_EX, LIGHTGREEN_EX, LIGHTYELLOW_EX, LIGHTBLUE_EX, LIGHTMAGENTA_EX, LIGHTCYAN_EX, LIGHTWHITE_EX, and RESET.
• Adds effect to your text such as: BRIGHT, DIM, NORMAL, and RESET_ALL.
15. #### print_layer()
• Prints string in layers.
16. #### options(prompt, menu, title, bold)
• Adds a select menu with specified inputs from the user to customize the menu.
17. #### crash()
• Crashes the Python code, causing the console to stop outputting.
Code Presets:
• Adds a signup feature to your code, it stores and saves the credentials safely.
• Pairs with the sign_in function to allow people to access things when logged in.
Product made with love by: @Idkwhttph
Post written with love by: @SalladShooter