dooma 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dooma
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A blazing-fast, interactive terminal explorer for 17,000+ company-wise DSA interview questions.
5
5
  Author: dooma-dev
6
6
  License: MIT
@@ -45,9 +45,14 @@ def interactive_loop(ctx: typer.Context):
45
45
  console.clear()
46
46
 
47
47
  logo = Text.from_markup(
48
- "[#F7CA18]██[/#F7CA18] [#F39C12]██[/#F39C12] [#E74C3C]██[/#E74C3C]\n"
49
- "[#E74C3C]██[/#E74C3C] [#F7CA18]██[/#F7CA18] [#F39C12]██[/#F39C12]\n"
50
- "[#F39C12]██[/#F39C12] [#E74C3C]██[/#E74C3C] [#F7CA18]██[/#F7CA18]"
48
+ "[#F39C12]██████████████[/]\n"
49
+ "[#F39C12]██[/][#E74C3C]████████████[/][#F7CA18]▄▄[/]\n"
50
+ "[#F39C12]██[/][#E74C3C]██[/] [#F7CA18]██[/]\n"
51
+ "[#F39C12]██[/][#E74C3C]██[/] [#F7CA18]██[/]\n"
52
+ "[#F39C12]██[/][#E74C3C]██[/] [#F7CA18]██[/]\n"
53
+ "[#F39C12]██[/][#E74C3C]██[/] [#F7CA18]██[/]\n"
54
+ "[#F39C12]██[/][#E74C3C]████████████[/][#F7CA18]▀▀[/]\n"
55
+ "[#F39C12]██████████████[/]"
51
56
  )
52
57
  welcome_panel = Panel("[bold #F39C12]Welcome to Dooma - Your Ultimate DSA Preparation Companion[/bold #F39C12]")
53
58
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dooma
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A blazing-fast, interactive terminal explorer for 17,000+ company-wise DSA interview questions.
5
5
  Author: dooma-dev
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dooma"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "A blazing-fast, interactive terminal explorer for 17,000+ company-wise DSA interview questions."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes