An open API service indexing awesome lists of open source software.

https://github.com/varuns2002/python-tools

Set of miscellaneous tools written in Python.
https://github.com/varuns2002/python-tools

create-widgets-loop logging mysql package-updater pip pyc-compiler python telegram-bot tkinter

Last synced: 25 days ago
JSON representation

Set of miscellaneous tools written in Python.

Awesome Lists containing this project

README

        

# Python-Tools

Set of miscellaneous tools written in Python

#### Programs:
1. create_widgets_loop.py
- Create multiple widgets in a loop in tkinter
2. package_updater.py
- GUI to update pip packages
3. pyc_compiler.py
- GUI to manually compile python files
4. telegram_bot.py
- Sample telegram bot that replies hello
5. test_logging.py
- Test logging using streamtologger package
6. test_mysql.py
- Test connection with MySQL with mysql.connector package