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.
- Host: GitHub
- URL: https://github.com/varuns2002/python-tools
- Owner: VarunS2002
- License: gpl-3.0
- Created: 2020-10-19T12:51:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-27T05:10:32.000Z (about 4 years ago)
- Last Synced: 2025-02-12T19:40:28.585Z (3 months ago)
- Topics: create-widgets-loop, logging, mysql, package-updater, pip, pyc-compiler, python, telegram-bot, tkinter
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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