Skip to content

francofgp/fizz-buzz-generator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz Generator

Imgur                    

Python Licence

FizzBuzz Generator is a console program made in Python where you can specified the number (for example from 1 to 100) to resolve the FizzBuzz problem.

Python 3.8 required

Option 1

Use the package manager pip to install all the requirements:

pip install -r requirements.txt

Then to execute the aplication:

python main.py

Option 2

Use the package manager pipenv to install all the requirements:

pipenv install
pipenv shell

Then to execute the aplication:

python main.py

To use the program just execute the main.exe file (It is likely to be detected as a virus by your browser, but don't worry)

Alt

Or in your terminal

main.exe

The program was tested only in Windows 10, if you want to try on another Windows or Operative System, let me know. On Windows both the (ancient) cmd.exe terminal is supported and the new Windows Terminal. The later has much improved support for color and style. If you use cmd.exe you will not see the colors nor styling, please use the new Windows Terminal instead. Thanks.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.


  • Rich Rich is a Python library for rich text and beautiful formatting in the terminal..
  • Art ASCII Art library for python

Closures is provided under the MIT License.

MIT License
Copyright (c) 2021 Pértile Franco Giuliano
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

MIT

About

This is a console program made with Python, where you can enter the number to generate the FizzBuzz problem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages