Skip to content

Some python scripts for beginners, written for the book Automating The Internet with Python

Notifications You must be signed in to change notification settings

festus64/Python-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-3

Some new scripts will be added soon! A twitter bot would be added soon too!

Some python scripts for beginners, written for the book Automating The Internet with Python

Here's some detailed information on the scripts.

FileDif.py - Returns the diferrence in two file's contents.

virus.py - Creates folders: spam + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" with a for loop.

Magic8Ball.py - The magic 8 ball cloned in a program, the cool thing about this program is that it has only 4 lines still works as a regular Magic 8 Ball program written in Python. My fellow programmers had written a Magic 8 Ball program (in python) which had 10-16 lines.

PasswordDetection.py - What this program does is to ask the user for their password and prints "That's one strong password" if the len() function returns 8 and if it doesn't it prints out "May god have mercy on your account".

poetry.py - Generates random poetry

About

Some python scripts for beginners, written for the book Automating The Internet with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages