Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friendly-banana/python
https://github.com/friendly-banana/python
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/friendly-banana/python
- Owner: Friendly-Banana
- Created: 2022-11-23T22:27:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T23:52:18.000Z (about 2 years ago)
- Last Synced: 2024-11-07T10:30:55.889Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 6.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python
various Python scripts
| Name | Description |
| ---------------------------- | -------------------------------------- |
| [time it](/time_it.py) | ultimate timing function with averages |
| [utils](/utils.py) | commonly used things |
| [directorys](/directorys.py) | everying related to directorys |## PyQT5
| Name | Description |
| ------------------------------------ | -------------------------------------- |
| [hello world](/PyQt5/hello_world.py) | PyQt5 hello world |
| [timer](/PyQt5/timer.py) | Tomato timer, plays sound after 15 min |## Tkinter
| Name | Description |
| -------------------------------------------------- | ------------------------------- |
| [all the colors](/tkinter/all_the_colors.py) | all tkinter colors like "white" |
| [bloatware remover](/tkinter/bloatware_remover.py) | remove bloatware from android |
| [clock](/tkinter/clock.py) | clock |
| [email chat](/tkinter/email_chat.py) | chat via email |
| [emails](/tkinter/emails.py) | email utils |
| [encryption](/tkinter/encryption.py) | encryption |
| [filesorter](/tkinter/filesorter.py) | sort files by file ending |
| [progress](/tkinter/progress.py) | progress bars |
| [schedule](/tkinter/schedule.py) | schedule events |## Text Manipulation
| Name | Description |
| -------------------------------------------------------- | ---------------------------------------------------------- |
| [tree](/text_manipulation/tree.py) | generate unlimited height ASCII trees, optional decoration |
| [loading](/text_manipulation/loading.py) | various loading indicators |
| [matrix](/text_manipulation/matrix.py) | almost that green text animation from matrix |
| [encryption](/text_manipulation/encryption.py) | Casear and random alphabet encryption |
| [morse](/text_manipulation/morse.py) | text -> morse and vice-versa |
| [Nice Text](/text_manipulation/nice_text.py) | need filler text? lines of random bits? |
| [Pascal Triangle](/text_manipulation/pascal_triangle.py) | pascal triangle |
| [unindent](/text_manipulation/unindent.py) | unindent the input |
| [weird text](/text_manipulation/weird_text.py) | adds zero width joiners to your text |