Skip to content

Commit 7f7c1b6

Browse files
authored
Update README.md
1 parent b3649ae commit 7f7c1b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ Files
231231
**Sort Excel/CSV File Utility** - Reads a file of records, sorts them, and then writes them back to the file. Allow the user to choose various sort style and sorting based on a particular field. [[vishwanath79 (Python)]](https://github.com/vishwanath79/ExcelSorter/blob/master/ExcelSorter.py)
232232

233233
**Create Zip File Maker** - The user enters various files from different directories and the program zips them up into a zip file. *Optional: Apply actual compression to the files. Start with Huffman Algorithm.* [[averageprogrammer (Java)]](https://github.com/averageprogrammer/Zip_Up)
234+
[[sbrahma (Python)]] (https://github.com/sbrahma/python_projects/blob/master/Zip_file_maker.py)
234235

235236
**PDF Generator** - An application which can read in a text file, html file or some other file and generates a PDF file out of it. Great for a web based service where the user uploads the file and the program returns a PDF of the file. *Optional: Deploy on GAE or Heroku if possible.*
236237
[[tushar-rishav (Python)]](https://github.com/tushar-rishav/code2pdf)

0 commit comments

Comments
 (0)