8000 Merge pull request #19 from shivam5992/master · DTSCode/awesome-python@6919b88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6919b88

Browse files
committed
Merge pull request vinta#19 from shivam5992/master
added fuckit and tkinter
2 parents 0846aeb + 9aa9c38 commit 6919b88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
424424
* [curses](https://docs.python.org/2/library/curses.html#module-curses) - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
425425
* [urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
426426
* [pyglet](http://www.pyglet.org/) - A cross-platform windowing and multimedia library for Python.
427+
* [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI (Graphical User Interface) package
428+
427429

428430
## Game Development
429431

@@ -459,7 +461,9 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
459461
* [faker](http://www.joke2k.net/faker/) - A Python package that generates fake data.
460462
* [model_mommy](https://model-mommy.readthedocs.org/) - Creating random fixtures for testing in Django.
461463
* Code Coverage
462-
* [coverage](https://pypi.python.org/pypi/coverage) - Code coverage measurement.
464+
* [coverage](https://pypi.python.org/pypi/coverage) - Code coverage measurement.
465+
* Error Handler
466+
* [FuckIt.py](https://github.com/ajalt/fuckitpy) - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not
463467

464468
## Code Analysis and Linter
465469

0 commit comments

Comments
 (0)
0