Skip to content

Commit

Permalink
fix: readme template
Browse files Browse the repository at this point in the history
fix(tools): remove unnessesery spaces end of file
  • Loading branch information
mdsanima committed Jun 14, 2021
1 parent 7faf2b0 commit 5f3ed98
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
40 changes: 39 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,42 @@
This is a **MDSANIMA-DEV** developer page. Here you can find various python
packages. So let me show something.

## Python Package `mdsanima-dev`
## Python Package `mdsanima_dev`

### Module `colors`

#### Function `complex_color`

#### Function `show_complex_color`

#### Function `get_complex_color`

### Module `emoji`

#### Function `emoji_get_url_data`

#### Function `emoji_clean_url_data`

#### Function `emoji_load_json_data`

#### Class `emoji`

#### Calss `show`

### Module `table`

#### Class `table`

#### Class `table_elem`

### Module `tools`

#### Function `read_file`

#### Function `append_file`

#### Function `get_response_json`

#### Function `machine`

#### Class `progress`
1 change: 0 additions & 1 deletion src/mdsanima_dev/utils/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,3 @@ def progress_bar(self, width: int, speed: int) -> str:
self.progress_conf(i, width)
sleep(speed)
self.mds(' ' + self.txt_end.upper(), self.txt_end_clr)

0 comments on commit 5f3ed98

Please sign in to comment.