Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added floating text program #89

Merged
merged 14 commits into from
Dec 6, 2017
Merged

Added floating text program #89

merged 14 commits into from
Dec 6, 2017

Conversation

vchrombie
Copy link
Contributor

@vchrombie vchrombie commented Dec 4, 2017

Thank you for your contribution. Please provide the details requested below.

ISSUE NUMBER

#41
#20

SHORT DESCRIPTION

Floating Text is a simple program which displays a given input String as a floating string on the terminal.

TESTING

cd floating_text
python floating_text.py

Added a gif for your reference.

@prateekiiest
Copy link
Owner

please see the codacy PR reviews.

There's some issue on the os.system("cls")

@vchrombie
Copy link
Contributor Author

Okay
I will fix that and send you a PR again.

Thank You.

@prateekiiest
Copy link
Owner

No need to send a PR again, You can edit that in this PR only

@vchrombie
Copy link
Contributor Author

vchrombie commented Dec 5, 2017

All the checks are passed.
Can you review my PR #89 ?

Copy link
Owner

@prateekiiest prateekiiest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See review

"* ",
" *** ",
" *",
"**** " ],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about numbers ?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And remove the cls not found command.

Its obstructing the view

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The program is just for English alphabets.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I will fix that.

@vchrombie
Copy link
Contributor Author

The error in the gif is fixed.
Also the code is implemented for the numbers also.

Please review it again.

@vchrombie
Copy link
Contributor Author

vchrombie commented Dec 6, 2017

Can you review my PR #89 please.

@prateekiiest prateekiiest merged commit 633a840 into prateekiiest:master Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants