IlianIliev / python-courses

List of resources for learning Python
77 stars 34 forks source link

Space for python projects #8

Open nikhilkumarsingh opened 7 years ago

nikhilkumarsingh commented 7 years ago

It would be awesome if you maintain a list of python projects with their clearly written short descriptions.

Here are a few entries from me:

  1. content downloader a.k.a ctdl Python package to download files on any topic in bulk. Tags: file-downloading, requests, multithreading, tqdm, GUI

  2. clix An easy to use clipboard manager made using tkinter. Tags: Tkinter, clipboard-manager, pyxhook, multithreading

  3. gnewsclient An easy-to-use python client for Google News feeds. Tags: requests, beautiful-soup, html-parsing

  4. hackerrank-sdk A python client for hackerrank-sdk Tags: api, POST, requests

  5. Wit-Speech-API-Wrapper A python client for interacting with Wit Speech Recognition API Tags: Wit.ai, pyaudio, requests

  6. desktop-reminder A simple Desktop Reminder App made using Tkinter Tags: tkinter, GUI

  7. TextFormatter A Python script for printing formatted text in Linux terminal. Tags: linux, bash, shell

IlianIliev commented 6 years ago

@nikhilkumarsingh can you elaborate a bit more what is the idea of maintaining such list?