Skip to content

Commit 325f0ec

Browse files
committed
2026-05-09 22:46 - I created a new folder on my computer called "Programming".
Then I moved the folders and files of the other programming languages that are not Python to that new folder. Then I renamed the "Apps" (Applications) folder to "Python". I did this to have a folder dedicated to Python and to make it prettier and more organized. I changed the code of all utility and usage modules to reflect these changes, mainly the code of the "Folder" utility class. - I made the following changes to the "Watch_History" module: I cut the part of the code responsible for creating the folders and files of the "Audiovisual Media" data network that was in the "Folder" utility class. I transformed this part of the code into a new method in the root class of Watch_History called "Define_Data_Network_Folders". Now the utility class "Folder" is only responsible for creating the root folder of the data network. And the Watch_History module is now responsible for creating its own folders and files. - I started programming the code mentioned in this changelog at 20:46 on May 9, 2026, and stopped at 22:46 on the same day. I programmed for 2 hours (02:00:00) sharp, including breaks.
1 parent 4fba5b7 commit 325f0ec

110 files changed

Lines changed: 3583 additions & 2032 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# Root folders
2-
Archive
2+
Arquivo
3+
Archive/
34
Atalhos
4-
AutoHotKey
5-
File Syncs
6-
Java
7-
JavaScript
8-
Lua
95
Rubbish
106

117
# Root files
128
desktop.ini
9+
.megaignore
10+
Sincronizar módulos.ffs_batch
1311
Sync.lnk
1412

1513
# Module files
16-
Module Files/Code/Last Setting Data
17-
Module Files/SproutGigs/Categories
18-
Module Files/Utility/API/Services.json
14+
Files/SproutGigs/Categories
15+
Files/Utility/API/Services.json
16+
Files/Discord_Bot/Bot.json
1917

2018
# Template ignores
2119

@@ -151,4 +149,4 @@ venv.bak/
151149
dmypy.json
152150

153151
# Pyre type checker
154-
.pyre/
152+
.pyre/

.megaignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

Files/Discord_Bot/Texts.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"i_have_logged_in_as_{}": {
3+
"en": "I have logged in as \"{}\"",
4+
"pt": "Eu fiz login como \"{}\""
5+
}
6+
}

Module files/Food_Time/Air horn sound effects meme 2018.mp3 renamed to Files/Food_Time/Air horn sound effects meme 2018.mp3

File renamed without changes.

0 commit comments

Comments
 (0)