Activity

periwalpratham068

yep made a pdf where whatever you type just spawns on the t-shirt. Uses fpdf

Attachment
0
periwalpratham068

Added a bunch of new programs using the re module.Also learnt how overpowered some modules are. BLOWS MY MIND ! :) Like this attachment shows how with just basically 5 lines of generic code is checking if the email adress it available which if we use the re lib in python it would be smth like THIS
– “^[a-zA-Z0-9.!#$%&’+/=?^_`{|}~-]+@a-zA-Z0-9?(?:.a-zA-Z0-9?)$” – So this was quite cool !

Attachment
0