Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/friendly-banana/python


https://github.com/friendly-banana/python

Last synced: 8 days ago
JSON representation

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 |