keyplay / pythonLearning

practice python project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pythonLearning

practice python project

start a project:
none

untested projects:
none

finished projects:

  1. passwordLocker.py - An insecure password locker program.
  2. phoneAndEmail.py - Finds phone numbers and email addresses on the clipboard.
  3. randomQuizGenerator.py - Creates quizzes with questions and answers in random order, along with the answer key.
  4. mcb.pyw - Saves and loads pieces of text to the clipboard.
  5. renameDates.py - Renames filenames with American MM-DD-YYYY date format to European DD-MM-YYYY.
  6. backupToZip.py - Copies an entire folder and its contents into a ZIP file whose filename increments.
  7. mapIt.py - Launches a map in the browser using an address from the command line or clipboard.
  8. lucky.py - Opens several Google search results.
  9. downloadXkcd.py - Downloads every single XKCD comic.
  10. readCensusExcel.py - Tabulates population and number of census tracts for each county.
  11. updateProduce.py - Corrects costs in produce sales spreadsheet.
  12. ListComrehensions.py - generate a list which only contains lower case strings.
  13. triangles.py - generate a Yang Hui Triangle.
  14. palindrome.py - filter the non palindrome.
  15. sortSpecial.py - sort the tuple by name.
  16. decorator.py - log some strings before and after the function running.
  17. classProperty.py - add some attributes to a class.
  18. makeDoctest.py - test a function using doctest.
  19. makedir.py - output something like dir -l using os module.
  20. searchFile.py - search files whose name contain the required string in current dir and sub-dir.
  21. to_timestamp.py - change the time to timestamp.
  22. safe_base64_decode.py - decode base64 whose = is removed.
  23. loginmd5.py - decode the password of user and detect if the password is wrong when logining.
  24. parseXML.py - parse XML using SAX.
  25. parserHTML.py - parse HTML to retrieve the title, time and location of meetings from url
  26. splitefind.py - search the name of users whose score is in the range based on sqlite

About

practice python project


Languages

Language:Python 100.0%