GitXplorerGitXplorer
j

dove

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f2e4ae31e2b0a3037b80c095ec9dc42f5d1c5457

Chg: add more space for big usernames

jjulioformiga committed a year ago
Unverified
3065616d1fa578d427e7e10ccc6132358c167302

Del: example

jjulioformiga committed a year ago
Unverified
6428c657a0ccb547df0f1f32d355cc488c573cd5

Add: show [my] position

jjulioformiga committed a year ago
Unverified
06340471ae13119e1242e5006d3c5efb96074404

Chg: add icons

jjulioformiga committed a year ago
Unverified
2db0724391e325eaaee486acc12d0eb9843c769c

Add: 1st README.md

jjulioformiga committed a year ago
Unverified
d1d48b8a6868eb60bfa7f1c0aa1cd2b134053dd2

Add: example image

jjulioformiga committed a year ago

README

The README file for this repository.

๐Ÿ” Dov'รจ ...โ“

A temporary way of looking for users in 42 Firenze

๐Ÿƒ For impatient users

git clone https://github.com/julioformiga/dove.git
cd dove
./dist/dove [user]

Example

๐Ÿ For careful (and friendly Python) users

Requirements:

  • Python >=3.8
  • Rich
pip install rich
python dove.py
  • Pyinstaller (optional)
pyinstaller -F dove.py