Posts

Showing posts from January, 2021

Doraemon Using Python Turtle Module

Image
  code: import turtle from turtle import * def my_goto ( x , y ): penup() goto(x, y) pendown() def eyes (): fillcolor( "#ffffff" ) begin_fill() tracer( False ) a = 2.5 for i in range ( 120 ): if 0 <= i < 30 or 60 <= i < 90 : a -= 0.05 lt( 3 ) fd(a) else : a += 0.05 lt( 3 ) fd(a) tracer( True ) end_fill() def beard (): my_goto(- 32 , 135 ) seth( 165 ) fd( 60 ) my_goto(- 32 , 125 ) seth( 180 ) fd( 60 ) my_goto(- 32 , 115 ) seth( 193 ) fd( 60 ) my_goto( 37 , 135 ) seth( 15 ) fd( 60 ) my_goto( 37 , 125 ) seth( 0 ) fd( 60 ) my_goto( 37 , 115 ) seth(- 13 ) fd( 60 ) def mouth (): my_goto( 5 , 148 ) seth( 270 ) fd( 100 ) seth( 0 ) circle( 120 , 50 ) seth( 230 ) circle(- 120 , 100 ) def scarf (): fillcolor( '#e70010' ) ...

Top 9 Sig­nal Mes­sen­ger Pri­va­cy Set­tings That You Should Use

Image
 Top 9 Sig­nal Mes­sen­ger Pri­va­cy Set­tings That You Should Use Touted as one of t he  secure messaging apps , Signa l offers end-to-end encryption. However, that’s not what makes it unique. It has other privacy features that make it special. What are those privacy settings, and how to use them? That’s what we will help you with. Here you will find 9 privacy settings and features for Signal Messenger that you will definitely like. This post covers privacy settings and tips for both Android and iOS. Most of the screenshots are taken on an Android phone. But the steps are the same on Android and iPhone unless otherwise mentioned. Let’s get started. 1. LOCK SIGNAL APP Instead of downloading a third-party app to prevent others from accessing the Signal app on your phone, you can use the built-in feature. Signal Messenger lets you lock the app for additional security. You can use the PIN, fingerprint lock, Touch ID, etc., depending on its availability and support on yo...

17 Best Sig­nal Mes­sen­ger Tips and Tricks to Use It Like a Pro

Image
 17 Best Sig­nal Mes­sen­ger Tips and Tricks to Use It Like a Pro Signal Messenger is one of the  secure messaging alternatives to WhatsApp . It offers a set of features similar to WhatsApp. That said, if you're just moving on with the migratory wave, you might end up being clueless with Signal. This post provides top 17 tips and tricks for using the Signal Messenger like a pro. This post covers tips for both Android and iPhone users. The steps are the same on Android and iPhone unless otherwise mentioned. Let's get started. Download Signal on Android Download Signal on iPhone/iPad 1. USE THE DARK MODE Like all other social apps, even Signal Messenger supports built-in dark mode. You can enable it from settings. To enable dark mode on Android and iPhone, open the Signal app. Tap on the profile picture icon at the top-left corner. Tap on Appearance. 2. REACT TO MESSAGES WITH ANY EMOJI Signal gives you the feature to react to messages, just like in Facebook Messenger. Whether yo...