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

Create a new csv file for the result #1

Open
RedArmy95 opened this issue Dec 10, 2020 · 1 comment
Open

Create a new csv file for the result #1

RedArmy95 opened this issue Dec 10, 2020 · 1 comment

Comments

@RedArmy95
Copy link

For anyone who wants to create a new csv file for the result, just add

sys.stdout = open('Result.csv', 'a')

in the beginning of the code.

@RedArmy95 RedArmy95 changed the title For anyone wants Create a new csv file for the result Dec 10, 2020
@elvirag
Copy link

elvirag commented Oct 15, 2023

No, this is horrible.
don't override sys.std.out.
I will make a pull request to have an option to get the name from the input

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

No branches or pull requests

2 participants