-
Notifications
You must be signed in to change notification settings - Fork 50
/
README.md~
78 lines (45 loc) · 2.34 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
### FunUtils
Some codes I wrote to help me with errands. it really made my life easier hope it does for you too ^^
## Requirement
* Python 2.7
### Installing
1. clone
```
git clone https://github.com/HoussemCharf/FunUtils.git
```
2. open terminal & execute
```
python CodeToExecute.py
```
3. Enjoy !
## Contributing
Feel free to contribute in this all you have to do is submit a pull request.
## Contents description
1. **AndroidKivyApp_Letters2Words** : Is a small IOS/Android application core developed in python using Kivy framework in order to solve scrumbled letters puzzles (It came handy with wordcookie game in playstore)
2. **CSS-JS_minimiser** : JS/HTML page for the purpose of minifying CSS/Javascript codes
3. **ExChanger** : a Python based application capable of changing all extentions of files in same folder to a given one
4. **MyYoutubeLikedMusicVideosDownloader** : a Python based application capable of parsing your youtube account Like history and download ONLY Music category as an MP3 format.
5. **Pandora_Keep_Listening_Tamper** : a small Javascript code for tamper Monkey to keep pandora playing none stop without "are you still listening popup"
6. **FolderExSorter** : a Python based application that sorts a folder according to files extentions
```
Example:
Folder Folder
|-Music1.mp3 Python FolderExSorter.py |-MP3
|-Music2.mp3 =======================> | |-Music1.mp3
|-Music3.mp4 | |-Music2.mp3
|-file.pdf |-MP4
| |-Music3.mp4
|-PDF
| |-file.pdf
```
7. **MorningAlarm** : A small Python code for morning alarm.
8. **NewProxy** : A console based Python application capable of providing fresh proxy servers list everytime you excute it
9. **CSV Data Handler**: A console program to delete rows or columns from a CSV file.
```
Usage:
python code.py -i sample.csv -o output.csv -m (row or col) -n 3
```
## Authors
* **Houssem Charfeddine** - *FunUtils* - [HC](https://github.com/HoussemCharf)
## License
codes are licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details