Skip to content

rodoliva/Python_Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Codes

Simple and useful codes

Table of Contents


Password

Password related codes:

Password Generator

Run on terminal:

$ python3 PassGen.py
$ gdz3p9PKiG

Check your password

Run on terminal:

$ python3 PassGen.py 1234 rdtgvfd
$ The password 1234 has been breached 1296186 times
$ The password rdtgvfd was not found

Translator

Translator

Enter the test to translate to Text.txt, run on terminal and the translate is in the Test-trans.txt file.

$ python3 Translator.py

Web

Web related codes:

Portfolio

Ready to run web page implemented with python.

First Install flask:

$ sudo pip install Flask

Or make a virtualenv Virtrualenv

And then to test run on terminal:

$ export FLASK_APP=portfolio.py
$ export FLASK_ENV=development
$ flask run

The messages received are stored in database.csv and data.txt

Web Template: Mashup Template


email

email related codes:

email

Change the email and password to check:

if __name__ == '__main__':
    email = "[email protected]"
    checkemail(email)
    password='xW61h0n.hs'
    checkpass(password)

Others

Undo and Redo

About

Simple and useful codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published